X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fautomount.c;h=f6f83d43b6a0d00867b60b13ebe8fdcf5584d499;hp=c225c161eb0fccfc3f44b74fe4339e902a3bd752;hb=35b8ca3aaf8cb044ad76675dfcad89e000dd4a5c;hpb=a9bd141b4a144d8da062f9f8fa13869bba0c7bce 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; }