chiark / gitweb /
journal: properly implement matching with multiple matches
[elogind.git] / src / systemadm.vala
index c262794cb719066dfb7312ef907d9335aac49fc7..d45ec64ca45048de4beaa3b8a8d1e85bdbb2620d 100644 (file)
@@ -1011,7 +1011,7 @@ int main(string[] args) {
         } catch (IOError e) {
                 show_error(e.message);
         } catch (GLib.Error e) {
-                show_error(e.message);
+                stderr.printf("%s\n", e.message);
         }
 
         return 0;