--- a/sources/interface.cpp Mon Dec 15 23:58:01 2014 +0200 +++ b/sources/interface.cpp Tue Dec 16 00:05:27 2014 +0200 @@ -804,7 +804,7 @@ } catch (std::exception& e) { - print (e.what()); + print ("%1\n", e.what()); return; } @@ -933,7 +933,7 @@ } catch (std::exception& e) { - print (e.what()); + print ("%1\n", e.what()); return; }