]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
build tweak
authorMichael Jerris <mike@jerris.com>
Sat, 21 Nov 2009 01:37:09 +0000 (01:37 +0000)
committerMichael Jerris <mike@jerris.com>
Sat, 21 Nov 2009 01:37:09 +0000 (01:37 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15588 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_log.c

index 86bb45de1b2fe72a6cf509923e365104c7760f3a..fcafd060db2008b31b58e260137bc326f60cc76f 100644 (file)
@@ -341,7 +341,7 @@ SWITCH_DECLARE(void) switch_log_vprintf(switch_text_channel_t channel, const cha
 #endif
 
        if (level > 100) {
-               if (level - 100 > runtime.debug_level) {
+               if ((uint32_t)(level - 100) > runtime.debug_level) {
                        return;
                }