chiark / gitweb /
unit-name: style fix in unit_name_is_template()
[elogind.git] / src / login / logind-button.c
index 8b59c2b0c36be02f961af1aa5b5b35605f463a04..62e0c3dbbae0021420c70066d1c1b70d490b6e55 100644 (file)
@@ -108,7 +108,7 @@ int button_open(Button *b) {
 
         p = strappend("/dev/input/", b->name);
         if (!p) {
-                log_error("Out of memory");
+                log_error("Out of memory.");
                 return -ENOMEM;
         }