This commit is contained in:
MelwareDE 2010-02-17 19:02:43 +00:00
parent e97fd758b9
commit 795edc3b04
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ void cc_qsig_verbose(int c_d, char *text, ...)
if (option_verbose > 4) {
if ((!c_d) || ((c_d) && (capiqsigdebug))) {
cc_mutex_lock(&qsig_verbose_lock);
cc_pbx_verbose(line);
cc_pbx_verbose("%s", line);
cc_mutex_unlock(&qsig_verbose_lock);
}
}