X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=udev_remove.c;h=4d1b9286a0884a4d13ddf1c850c831be51aaab6e;hp=0d536bc8ffc03550f2c5ec65e626a9d7e0bb68a6;hb=53899a171ea862124b49c75b7511b7eb30742ef9;hpb=31819a1e32fbd249264fbe089270d832b4987d39 diff --git a/udev_remove.c b/udev_remove.c index 0d536bc8f..4d1b9286a 100644 --- a/udev_remove.c +++ b/udev_remove.c @@ -56,8 +56,7 @@ static int delete_path(const char *path) if (retval) { if (errno == ENOTEMPTY) return 0; - dbg("rmdir(%s) failed with error '%s'", - path, strerror(errno)); + err("rmdir(%s) failed: %s", path, strerror(errno)); break; } dbg("removed '%s'", path);