diff options
Diffstat (limited to 'comport')
-rw-r--r-- | comport/comport.c | 2 |
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"); } |