mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-07 12:44:45 +00:00
More printing fine-tuning
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3562
This commit is contained in:
parent
638c3a1240
commit
a16787b1b5
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user