- Restored blank line for clarity, now that duplicate debug messages are allowed.
This commit is contained in:
Paul Beckingham 2014-10-19 01:31:03 -04:00
parent d873a15aa7
commit 23e2719e1a

View file

@ -1486,7 +1486,7 @@ void TDB2::dump ()
context.debug (completed.dump ());
context.debug (undo.dump ());
context.debug (backlog.dump ());
context.debug ("");
context.debug (" ");
}
}