From c5125fec9e65f8c26845b25f9be4d6541b66ac69 Mon Sep 17 00:00:00 2001 From: ccremers Date: Tue, 9 Jan 2007 16:07:29 +0000 Subject: [PATCH] - Fixed problem with dot and xml output for debug version. --- src/dotout.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/dotout.c b/src/dotout.c index 6966c93..0ec1ead 100644 --- a/src/dotout.c +++ b/src/dotout.c @@ -1673,11 +1673,12 @@ dotSemiState (const System mysys) maxrank = graph_ranks (ranks, nodes); // determine ranks #ifdef DEBUG - // For debugging purposes, we also display an ASCII version of some stuff in the comments - printSemiState (); - // Even draw all dependencies for non-intruder runs - // Real nice debugging :( + if (DEBUGL(1)) { + // For debugging purposes, we also display an ASCII version of some stuff in the comments + printSemiState (); + // Even draw all dependencies for non-intruder runs + // Real nice debugging :( int run; run = 0;