diff options
Diffstat (limited to 'src/test.cc')
-rw-r--r-- | src/test.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/test.cc b/src/test.cc index 6b567abe030f..a2431273e71a 100644 --- a/src/test.cc +++ b/src/test.cc @@ -12,8 +12,7 @@ void realise(FSId id) { - debug(format("TEST: realising %1%") % (string) id); - Nest nest(true); + Nest nest(lvlDebug, format("TEST: realising %1%") % (string) id); Slice slice = normaliseFState(id); realiseSlice(slice); } |