More printing fine-tuning

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3562
This commit is contained in:
Julian Seward 2005-04-25 02:37:56 +00:00
parent 638c3a1240
commit a16787b1b5

View File

@ -456,7 +456,7 @@ void VG_(debugLog) ( Int level, const HChar* modulename,
if (level > loglevel)
return;
indent = 1*level - 1;
indent = 2*level - 1;
if (indent < 1) indent = 1;
buf.n = 0;