Skip to content

Commit

Permalink
libdeng2|Debug: Monospace log formatting tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Feb 4, 2014
1 parent ff82f69 commit db6a818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/libdeng2/src/core/monospacelogsinkformatter.cpp
Expand Up @@ -231,7 +231,7 @@ MonospaceLogSinkFormatter::MonospaceLogSinkFormatter()
#ifdef DENG2_DEBUG
// Debug builds include a timestamp and msg type indicator.
_maxLength = 110;
_minimumIndent = 23;
_minimumIndent = 21;
#endif
}

Expand Down

0 comments on commit db6a818

Please sign in to comment.