chiark / gitweb /
use "Out of memory." consistantly (or with "\n")
[elogind.git] / src / hostname / hostnamed.c
index 67c56f33136715887896d763260ee3bd1f7359d6..7dab5f40df14a7db591a655e6afa36a5ac52a87c 100644 (file)
@@ -532,7 +532,7 @@ static int connect_bus(DBusConnection **_bus) {
 
         if (!dbus_connection_register_object_path(bus, "/org/freedesktop/hostname1", &hostname_vtable, NULL) ||
             !dbus_connection_add_filter(bus, bus_exit_idle_filter, &remain_until, NULL)) {
-                log_error("Not enough memory");
+                log_error("Out of memory.");
                 r = -ENOMEM;
                 goto fail;
         }