]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/flower-debug.cc
release: 0.0.72pre
[lilypond.git] / flower / flower-debug.cc
index 702304e71fba71d8160198841ae4cdd7d5c0f1a9..7e0e519f574858f143a7ba48d9e633ba6db3cf6e 100644 (file)
@@ -13,7 +13,8 @@ Dstream *flower_dstream  = &default_flower_stream;
 void set_flower_debug(Dstream&ds, bool b)
 {
 #ifdef NPRINT
-    cout << "Debug printout disabled, see the installation guide." << endl;
+    if (b)
+       cout << "Debug printout disabled, see the installation guide." << endl;
 #endif
     flower_check_debug = b;
     flower_dstream = &ds;