[svn r691] Some debug messages removed trunk
authormelunko
Thu May 17 20:06:15 2007 +0100 (2007-05-17)
branchtrunk
changeset 685e863d5b45e52
parent 684 cabd7221c449
child 686 b29ea6deb6f8
[svn r691] Some debug messages removed
gmyth/src/gmyth_file_transfer.c
gmyth/src/gmyth_recorder.c
     1.1 --- a/gmyth/src/gmyth_file_transfer.c	Thu May 17 19:22:03 2007 +0100
     1.2 +++ b/gmyth/src/gmyth_file_transfer.c	Thu May 17 20:06:15 2007 +0100
     1.3 @@ -285,7 +285,6 @@
     1.4  
     1.5  	if (priv->do_next_program_chain) {
     1.6              priv->do_next_program_chain = FALSE; // fixme
     1.7 -	    gmyth_debug ("XXXXXXXXXXXXXX Oulu tests XXXXXXXXXXXXXXXX");
     1.8  	    gmyth_debug ("New file available before the current file was opened");
     1.9              GMythProgramInfo *prog_info =
    1.10                  gmyth_recorder_get_current_program_info (priv->recorder);
    1.11 @@ -310,12 +309,7 @@
    1.12                  gmyth_debug ("OK!!! MOVED to the next program info [%s]!",
    1.13                               gmyth_file_get_file_name (GMYTH_FILE (transfer)));
    1.14  
    1.15 -	} else {
    1.16 -	    gmyth_debug ("XXXXXXXXXXXXXX Oulu tests XXXXXXXXXXXXXXXX");
    1.17 -	    gmyth_debug ("None new file found. We continue with the same file opened before");
    1.18 -	}
    1.19 -
    1.20 -
    1.21 +	} 
    1.22      }
    1.23      else
    1.24      {
     2.1 --- a/gmyth/src/gmyth_recorder.c	Thu May 17 19:22:03 2007 +0100
     2.2 +++ b/gmyth/src/gmyth_recorder.c	Thu May 17 20:06:15 2007 +0100
     2.3 @@ -519,7 +519,7 @@
     2.4      }
     2.5  
     2.6      if (tmp_str!= NULL && g_ascii_strncasecmp (tmp_str->str, "ok", 2) /*|| g_ascii_strtoull( tmp_str->str, NULL, 10 ) == 0 */) {
     2.7 -        gmyth_debug ("XXXXXX[%s] SET_CHANNEL name request returned not ok", __FUNCTION__);
     2.8 +        g_warning ("[%s] SET_CHANNEL name request returned not ok", __FUNCTION__);
     2.9          ret = FALSE;
    2.10          goto cleanup;
    2.11      }