From 816e3668e7574b58c436c708cd3b9904d9a9c191 Mon Sep 17 00:00:00 2001 From: sletz Date: Fri, 26 Oct 2007 14:51:43 +0000 Subject: [PATCH] Cleanup git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@1666 0c269be4-1314-0410-8aa9-9f06e86f4224 --- common/JackAudioDriver.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/JackAudioDriver.cpp b/common/JackAudioDriver.cpp index 6aa5310d..83a770da 100644 --- a/common/JackAudioDriver.cpp +++ b/common/JackAudioDriver.cpp @@ -215,11 +215,11 @@ int JackAudioDriver::ProcessSync() if (fGraphManager->SuspendRefNum(fClientControl, fSynchroTable, fEngineControl->fTimeOutUsecs) < 0) jack_error("JackAudioDriver::ProcessSync SuspendRefNum error, engine may now behave abnormally!!"); } else { // Graph not finished: do not activate it - jack_error("JackAudioDriver::ProcessSync: error"); + jack_error("ProcessSync: error"); } if (Write() < 0) // Write output buffers for the current cycle - jack_error("Process: write error"); + jack_error("ProcessSync: write error"); } else { fGraphManager->ResumeRefNum(fClientControl, fSynchroTable);