cosmetics in show_debug() output

This commit is contained in:
Andreas Steffen
2009-05-15 15:58:00 +02:00
parent 381bfc325f
commit c6f43acc62
+1 -1
View File
@@ -762,7 +762,7 @@ void
show_debug_status(void)
{
#ifdef DEBUG
whack_log(RC_COMMENT, "debug %s"
whack_log(RC_COMMENT, "debug options: %s"
, bitnamesof(debug_bit_names, cur_debugging));
#endif
}