this is a real programming error
authorThomas Vander Stichele <thomas@apestaart.org>
Sun, 27 Oct 2002 01:35:51 +0000 (01:35 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sun, 27 Oct 2002 01:35:51 +0000 (01:35 +0000)
Original commit message from CVS:
this is a real programming error

gst/gst.c

index 146d177..505d26c 100644 (file)
--- a/gst/gst.c
+++ b/gst/gst.c
@@ -598,7 +598,7 @@ void
 gst_main_quit (void) 
 {
   if (!mainloops)
-    g_warning ("Quit more loops than there are");
+    g_error ("Quit more loops than there are");
   else {
     GMainLoop *loop = mainloops->data;
     mainloops = g_slist_delete_link (mainloops, mainloops);