summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 2087e2a..7c90ea5 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -36,13 +36,10 @@ main(int argc, char** argv)
app.run(*patchage.window());
} catch (std::exception& e) {
- Raul::error << "Caught exception, aborting. Error message was: "
- << e.what() << std::endl;
+ Raul::error << "patchage: error: " << e.what() << std::endl;
return 1;
-
} catch (Glib::Exception& e) {
- Raul::error << "Caught exception, aborting. Error message was: "
- << e.what() << std::endl;
+ Raul::error << "patchage: error: " << e.what() << std::endl;
return 1;
}