diff --git a/gst/cothreads.c b/gst/cothreads.c index 2d2c760634..a702ea48f8 100644 --- a/gst/cothreads.c +++ b/gst/cothreads.c @@ -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)