]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/translation-property.cc
release: 1.2.12
[lilypond.git] / lily / translation-property.cc
index 99541d1e1ac638eafaedca3e3ff53e9d471b7d70..8811d85d9b0da17d733ee745a2c4ca15550ab83d 100644 (file)
@@ -15,6 +15,6 @@ void
 Translation_property::do_print () const
 {
 #ifndef NPRINT
-  DOUT << "." << var_str_ << " = " << value_;
+  DEBUG_OUT << "." << var_str_ << " = " << value_;
 #endif
 }