com_si(): Report also the afs pid.
[paraslash.git] / osx_write.c
index 366252c4539b1b022d2625c22c1c8bbae211c668..6001b8597d8823f1c7d528439580836088b269cf 100644 (file)
@@ -126,7 +126,7 @@ static OSStatus osx_callback(void * inClientData,
                dest = outOutputData->mBuffers[i].mData;
                while (m > 0) {
                        if ((n = powd->from->remaining) <= 0) {
-                               PARA_INFO_LOG("%s", "buffer underrun\n");
+                               PARA_INFO_LOG("buffer underrun\n");
                                return 0;
                        }
 //                     PARA_INFO_LOG("buf %p: n = %ld, m= %ld\n", powd->from->buffer, n, m);