summaryrefslogtreecommitdiffstats
path: root/src/PatchageEvent.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-12-21 00:13:04 +0000
committerDavid Robillard <d@drobilla.net>2008-12-21 00:13:04 +0000
commit1ac39ebac020c8c020387cda7aaf1524823a3167 (patch)
tree13d7dc21c4233d3476cc3fc0e64ca4dcceb5de38 /src/PatchageEvent.cpp
parentc3e910cca37092c1eaf125b585753a1d1e0823af (diff)
downloadpatchage-1ac39ebac020c8c020387cda7aaf1524823a3167.tar.gz
patchage-1ac39ebac020c8c020387cda7aaf1524823a3167.tar.bz2
patchage-1ac39ebac020c8c020387cda7aaf1524823a3167.zip
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
Diffstat (limited to 'src/PatchageEvent.cpp')
-rw-r--r--src/PatchageEvent.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}