# HG changeset patch # User renatofilho # Date 1170194644 0 # Node ID 03b31601f9ca7067989be05ac1331fb56cdec7c3 # Parent 15f6102ef37dc4ed7cbe612ebeb7775645a1ad48 [svn r316] - fixed msg log; diff -r 15f6102ef37d -r 03b31601f9ca gmyth/src/gmyth_stringlist.c --- a/gmyth/src/gmyth_stringlist.c Tue Jan 30 21:25:36 2007 +0000 +++ b/gmyth/src/gmyth_stringlist.c Tue Jan 30 22:04:04 2007 +0000 @@ -122,7 +122,7 @@ { GString *tmp_str1 = g_string_new (""); GString *tmp_str2 = g_string_new (""); - g_print( "[%s]\tseek value = %llu.\n", __FUNCTION__, value ); + gmyth_debug ( "[%s]\tvalue = %llu.\n", value); gulong l2 = ( (guint64)value & 0xffffffff ); gulong l1 = ( (guint64)value >> 32 );