X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fautomount.c;h=f6f83d43b6a0d00867b60b13ebe8fdcf5584d499;hp=c225c161eb0fccfc3f44b74fe4339e902a3bd752;hb=64af1b6207e4062e43f049a4f322ffa4de9dd87f;hpb=c0f9c7da07fccafed646e0a15df9bc132e3fc7fb diff --git a/src/automount.c b/src/automount.c index c225c161e..f6f83d43b 100644 --- a/src/automount.c +++ b/src/automount.c @@ -583,7 +583,7 @@ static void automount_enter_runnning(Automount *a) { /* Before we do anything, let's see if somebody is playing games with us? */ if (lstat(a->where, &st) < 0) { - log_warning("%s failed stat automount point: %m", a->meta.id); + log_warning("%s failed to stat automount point: %m", a->meta.id); goto fail; }