chiark / gitweb /
use "Out of memory." consistantly (or with "\n")
[elogind.git] / src / shared / dbus-common.c
index 7d57680cfc1a0db8a22f919d945816635ed53a91..ab1dc4d7e42f99d484c4014d18277b03bb2b50fc 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_error("Out of memory.");
 
         if (pending) {
                 dbus_pending_call_cancel(pending);