X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=src%2Fsystemadm.vala;h=d45ec64ca45048de4beaa3b8a8d1e85bdbb2620d;hb=9e37286844f67ca7c59e923dd27ad193dfdda7eb;hp=c262794cb719066dfb7312ef907d9335aac49fc7;hpb=5d44db4a905c62d6cf0dfabbf61df49621efec22;p=elogind.git diff --git a/src/systemadm.vala b/src/systemadm.vala index c262794cb..d45ec64ca 100644 --- a/src/systemadm.vala +++ b/src/systemadm.vala @@ -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;