chiark / gitweb /
systemctl: append .service to unit names lacking suffix
[elogind.git] / src / shared / dbus-common.c
index 7d57680cfc1a0db8a22f919d945816635ed53a91..5d64568c3480c5bad20f9810064441df194f0af8 100644 (file)
@@ -1161,7 +1161,7 @@ void bus_async_unregister_and_exit(DBusConnection *bus, const char *name) {
         return;
 
 oom:
-        log_error("Out of memory");
+        log_oom();
 
         if (pending) {
                 dbus_pending_call_cancel(pending);