chiark / gitweb /
logind: don't print error if devices vanish during ACL-init
authorDavid Herrmann <dh.herrmann@gmail.com>
Wed, 2 Apr 2014 14:20:13 +0000 (16:20 +0200)
committerDavid Herrmann <dh.herrmann@gmail.com>
Wed, 2 Apr 2014 14:25:40 +0000 (16:25 +0200)
commit8016b904849a2d2bd8b0171ed8493db5524b5ff7
tree164b8f66ef8d331ae66d25c47887c37e6a950590
parentca2bb1606a170ce2e45de1345b0119bd220f4f0d
logind: don't print error if devices vanish during ACL-init

If a device is unplugged while we initialize it, we will get ENOENT for
ACL-init (and related stuff). We currently print errors then, which is
misleading. Print a debug-message early and continue.
src/login/logind-acl.c