no newlines
authorThomas Vander Stichele <thomas@apestaart.org>
Thu, 27 Jun 2002 22:23:51 +0000 (22:23 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Thu, 27 Jun 2002 22:23:51 +0000 (22:23 +0000)
Original commit message from CVS:
no newlines

gst/cothreads.c

index 2d2c760..a702ea4 100644 (file)
@@ -271,7 +271,7 @@ cothread_destroy (cothread_state *thread)
                "unmap cothread slot stack from %p to %p (size %ld)", 
               thread, thread + COTHREAD_STACKSIZE - 1, 
               (long) COTHREAD_STACKSIZE);
-    GST_DEBUG (GST_CAT_COTHREADS, "doing an munmap at %p of size %d\n",
+    GST_DEBUG (GST_CAT_COTHREADS, "doing   an munmap at %p of size %d",
               thread, COTHREAD_STACKSIZE);
     res = munmap ((void *) thread, COTHREAD_STACKSIZE);
     if (res != 0)