diff options
Diffstat (limited to 'src/PatchageEvent.cpp')
-rw-r--r-- | src/PatchageEvent.cpp | 2 |
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; } |