# HG changeset patch # User melunko # Date 1179428775 -3600 # Node ID e863d5b45e528d9aede186b76e590cb33523e90a # Parent cabd7221c449eee9e4ab2c0f61e078954053a739 [svn r691] Some debug messages removed diff -r cabd7221c449 -r e863d5b45e52 gmyth/src/gmyth_file_transfer.c --- a/gmyth/src/gmyth_file_transfer.c Thu May 17 19:22:03 2007 +0100 +++ b/gmyth/src/gmyth_file_transfer.c Thu May 17 20:06:15 2007 +0100 @@ -285,7 +285,6 @@ if (priv->do_next_program_chain) { priv->do_next_program_chain = FALSE; // fixme - gmyth_debug ("XXXXXXXXXXXXXX Oulu tests XXXXXXXXXXXXXXXX"); gmyth_debug ("New file available before the current file was opened"); GMythProgramInfo *prog_info = gmyth_recorder_get_current_program_info (priv->recorder); @@ -310,12 +309,7 @@ gmyth_debug ("OK!!! MOVED to the next program info [%s]!", gmyth_file_get_file_name (GMYTH_FILE (transfer))); - } else { - gmyth_debug ("XXXXXXXXXXXXXX Oulu tests XXXXXXXXXXXXXXXX"); - gmyth_debug ("None new file found. We continue with the same file opened before"); - } - - + } } else { diff -r cabd7221c449 -r e863d5b45e52 gmyth/src/gmyth_recorder.c --- a/gmyth/src/gmyth_recorder.c Thu May 17 19:22:03 2007 +0100 +++ b/gmyth/src/gmyth_recorder.c Thu May 17 20:06:15 2007 +0100 @@ -519,7 +519,7 @@ } if (tmp_str!= NULL && g_ascii_strncasecmp (tmp_str->str, "ok", 2) /*|| g_ascii_strtoull( tmp_str->str, NULL, 10 ) == 0 */) { - gmyth_debug ("XXXXXX[%s] SET_CHANNEL name request returned not ok", __FUNCTION__); + g_warning ("[%s] SET_CHANNEL name request returned not ok", __FUNCTION__); ret = FALSE; goto cleanup; }