fix wrong debug message to print the right thing
authorBenjamin Otte <otte@gnome.org>
Sat, 17 May 2003 15:55:23 +0000 (15:55 +0000)
committerBenjamin Otte <otte@gnome.org>
Sat, 17 May 2003 15:55:23 +0000 (15:55 +0000)
Original commit message from CVS:
fix wrong debug message to print the right thing

gst/gstelement.c

index d5aefe9..d621f45 100644 (file)
@@ -2450,7 +2450,7 @@ gst_element_change_state (GstElement *element)
     if (gst_scheduler_state_transition (element->sched, element, 
                                        old_transition) != GST_STATE_SUCCESS) {
       GST_DEBUG_ELEMENT (GST_CAT_STATES, element, 
-                        "scheduler could change state");
+                        "scheduler could not change state");
       goto failure;
     }
   }