[SCM] calf/master: + Organ: add leading newline to the warning about unknown configure variables

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:38:55 UTC 2013


The following commit has been merged in the master branch:
commit 11e31f6e145492c25d388b34033598a17d5be750
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Wed Jan 21 00:24:17 2009 +0000

    + Organ: add leading newline to the warning about unknown configure variables

diff --git a/src/organ.cpp b/src/organ.cpp
index ff85c17..13adc77 100644
--- a/src/organ.cpp
+++ b/src/organ.cpp
@@ -802,7 +802,7 @@ char *organ_audio_module::configure(const char *key, const char *value)
         }
         return NULL;
     }
-    cout << "Set unknown configure value " << key << " to " << value;
+    cout << "Set unknown configure value " << key << " to " << value << endl;
     return NULL;
 }
 

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list