chiark / gitweb /
base-file-system: always generate error messages locally
authorLennart Poettering <lennart@poettering.net>
Wed, 3 Sep 2014 17:00:21 +0000 (19:00 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 3 Sep 2014 17:00:24 +0000 (19:00 +0200)
commit6dc2852c643df4aa2580d42fc2d268bea0c5f57b
treea3b1b0163e0ec9e7cb93b2d07d065e0224e21ce2
parent64e84dbb14463afe63418357e64a17ad5b04040b
base-file-system: always generate error messages locally

Functions either should generate error messages for everything they do
themselves, or for nothing and let the caller do it. But they certainly
shouldn't generate errors for some messages but not for others. Since
the function in this case is one that generates messages on its own, it
really should do that for everything, not just for some things, hence.
src/shared/base-filesystem.c