From 1ac39ebac020c8c020387cda7aaf1524823a3167 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 21 Dec 2008 00:13:04 +0000 Subject: Fix crash for very short lived Jack ports (fix ticket #188). git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1883 a436a847-0d15-0410-975c-d299462d15a1 --- src/PatchageEvent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/PatchageEvent.cpp') diff --git a/src/PatchageEvent.cpp b/src/PatchageEvent.cpp index abff01b..6b14fd0 100644 --- a/src/PatchageEvent.cpp +++ b/src/PatchageEvent.cpp @@ -71,7 +71,7 @@ PatchageEvent::execute(Patchage* patchage) if (driver) { if ( ! driver->create_port_view(patchage, _port_1)) - cerr << "Unable to create port view (already exists?" << endl; + cerr << "Unable to create port view" << endl; } else { cerr << "ERROR: Create port with unknown port type" << endl; } -- cgit v1.2.1