]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
doh
authorAnthony Minessale <anthony.minessale@gmail.com>
Fri, 24 Oct 2008 19:40:45 +0000 (19:40 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Fri, 24 Oct 2008 19:40:45 +0000 (19:40 +0000)
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@597 a93c3328-9c30-0410-af19-c9cd2b2d52af

libs/openzap/src/zap_io.c

index 444f3b85fb33cc753fa85b4c8af3006c9a12f984..fb6abf39317003762fdaad6b8d96534c80b5f442 100644 (file)
@@ -2138,7 +2138,7 @@ static zap_status_t load_config(void)
 
                                        zap_mutex_lock(globals.mutex);
                                        if (!zap_strlen_zero(name) && hashtable_search(globals.span_hash, (void *)name)) {
-                                               zap_log(ZAP_LOG_WARNING, "name %s is already used, substituting 'span%d' as the name\n", span->span_id);
+                                               zap_log(ZAP_LOG_WARNING, "name %s is already used, substituting 'span%d' as the name\n", name, span->span_id);
                                                name = NULL;
                                        }