chiark / gitweb /
[PATCH] Add Red Hat rules and permissions files
[elogind.git] / udev-add.c
index 776b542f0842a3a500dc45e9ea123bbc83f6104c..c13cce53d4f413960465d1f53d29b410ab15acba 100644 (file)
@@ -176,7 +176,7 @@ static int unlink_entry(char *filename)
                if ((stats.st_mode & S_IFMT) != S_IFDIR) {
                        retval = unlink(filename);
                        if (retval) {
-                               dbg("unlink(%s) failed with error '%s', "
+                               dbg("unlink(%s) failed with error '%s'",
                                    filename, strerror(errno));
                        }
                }