[svn r316] - fixed msg log; trunk
authorrenatofilho
Tue Jan 30 22:04:04 2007 +0000 (2007-01-30)
branchtrunk
changeset 31503b31601f9ca
parent 314 15f6102ef37d
child 316 43dc23e931b6
[svn r316] - fixed msg log;
gmyth/src/gmyth_stringlist.c
     1.1 --- a/gmyth/src/gmyth_stringlist.c	Tue Jan 30 21:25:36 2007 +0000
     1.2 +++ b/gmyth/src/gmyth_stringlist.c	Tue Jan 30 22:04:04 2007 +0000
     1.3 @@ -122,7 +122,7 @@
     1.4  {
     1.5  	GString *tmp_str1 = g_string_new ("");
     1.6  	GString *tmp_str2 = g_string_new ("");
     1.7 -	g_print( "[%s]\tseek value = %llu.\n", __FUNCTION__, value );
     1.8 +	gmyth_debug ( "[%s]\tvalue = %llu.\n", value);
     1.9  
    1.10  	gulong l2 = ( (guint64)value & 0xffffffff  );
    1.11  	gulong l1 = ( (guint64)value >> 32 );