X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fshared%2Fask-password-api.c;h=8a0fb89a84b8b69f61cb0a316e4c4d16ba7f56a4;hb=0eff0f3bce1d0826765f6e84ff046b10fe5a1a12;hp=10e6ae0614809ca9a6df9667b4944ce89f6be1c0;hpb=2826d14091e43ed3397d862dee79d09d0115c84e;p=elogind.git diff --git a/src/shared/ask-password-api.c b/src/shared/ask-password-api.c index 10e6ae061..8a0fb89a8 100644 --- a/src/shared/ask-password-api.c +++ b/src/shared/ask-password-api.c @@ -78,7 +78,6 @@ int ask_password_tty( } if (inotify_add_watch(notify, flag_file, IN_ATTRIB /* for the link count */) < 0) { - log_error("Failed to add watch on %s: %m", flag_file); r = -errno; goto finish; }