diff --git a/tests/jack_test.cpp b/tests/jack_test.cpp index 6cfdf66f..9ae3963f 100644 --- a/tests/jack_test.cpp +++ b/tests/jack_test.cpp @@ -1856,7 +1856,7 @@ int main (int argc, char *argv[]) /** * Checking alternate thread model */ - Log("Testing jack_frame_time...\n"); + Log("Testing alternate thread model...\n"); jack_deactivate(client1); jack_set_process_callback(client1, NULL, NULL); // remove callback jack_set_process_thread(client1, jack_thread, client1);