From 23e2719e1a4420ee85d84c3582c754338f5e20fc Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 19 Oct 2014 01:31:03 -0400 Subject: [PATCH] TDB2 - Restored blank line for clarity, now that duplicate debug messages are allowed. --- src/TDB2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TDB2.cpp b/src/TDB2.cpp index 1e8a9d0a8..7e5d71e0e 100644 --- a/src/TDB2.cpp +++ b/src/TDB2.cpp @@ -1486,7 +1486,7 @@ void TDB2::dump () context.debug (completed.dump ()); context.debug (undo.dump ()); context.debug (backlog.dump ()); - context.debug (""); + context.debug (" "); } }