This commit is contained in:
MelwareDE 2010-02-17 19:01:31 +00:00
parent 85926f056a
commit e97fd758b9
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ void cc_verbose_internal(char *text, ...)
#endif
cc_mutex_lock(&verbose_lock);
cc_pbx_verbose(line);
cc_pbx_verbose("%s", line);
cc_mutex_unlock(&verbose_lock);
}