id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,blockedby,blocking,platform 2953,Wrong printf-flag in log message,Adek336,axeld,"src/system/kernel/int.c {{{ 219 } else { 220 // this is a shared interrupt vector, we cannot just disable it - 221 dprintf(""More than 99%% interrupts of vector %d are unhandled\n"", + 221 dprintf(""More than 99\% interrupts of vector %d are unhandled\n"", 222 vector); 223 } }}} I think this solves the erroneous log messages that go like {{{ More than 99-1nterrupts of... }}} instead of {{{ More than 99% interrupts of... }}}",bug,closed,normal,R1,System/Kernel,R1/pre-alpha1,fixed,,,,,All