fix use of debug() without sprintf()
authorJon Dowland <jon@alcopop.org>
Wed, 20 Apr 2011 22:10:33 +0000 (23:10 +0100)
committerJon Dowland <jon@alcopop.org>
Wed, 20 Apr 2011 22:10:33 +0000 (23:10 +0100)
commitb7a49ee36479a00208ee80343fc3fc2be2da92fb
treec295c3ca9d66a7aa76c783deebad1ad94733b9cf
parenta0f82c5015864abf7d2afa42d48efef8ed68df08
fix use of debug() without sprintf()

Previous commit substituted a printf call (two arguments) for
debug (accepts only one).  Interleave an sprintf call to resolve.
IkiWiki/Wrapper.pm