]> scripts.mit.edu Git - www/ikiwiki.git/commitdiff
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)
Previous commit substituted a printf call (two arguments) for
debug (accepts only one).  Interleave an sprintf call to resolve.


No differences found