aboutsummaryrefslogtreecommitdiff
path: root/comport/comport.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-09-28 17:12:06 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-09-28 17:12:06 +0000
commitfc6e4dd223300f96ab11a99f70160f34a9bc93b0 (patch)
tree13f7a53df94f675c2095c3c404630cc809fbb88f /comport/comport.c
parent5509a22ed77114555b0b7d0dbdd95986758648d8 (diff)
post version message with verbose(-1, ) so it shows up at log level 3
svn path=/trunk/externals/iem/comport/; revision=15378
Diffstat (limited to 'comport/comport.c')
-rw-r--r--comport/comport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/comport/comport.c b/comport/comport.c
index db9492f..9a62048 100644
--- a/comport/comport.c
+++ b/comport/comport.c
@@ -1916,7 +1916,7 @@ void comport_setup(void)
null_tv.tv_sec = 0; /* no wait */
null_tv.tv_usec = 0;
#endif /* NOT _WIN32 */
- post("comport - PD external for unix/windows\n"
+ verbose(-1, "comport - PD external for unix/windows\n"
"LGPL 1998-2006, Winfried Ritsch and others (see LICENSE.txt)\n"
"Institute for Electronic Music - Graz");
}