X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fremount-fs%2Fremount-fs.c;h=636c46f0f39971f00d626566f95848b72585d4a9;hb=0d0f0c50d3a1d90f03972a6abb82e6413daaa583;hp=8b3aaeb32cfd1d4d524d4a0eb4d8b144eb8a9ecd;hpb=b4efdf97203ddf781c17f77be84cc61516a077d2;p=elogind.git diff --git a/src/remount-fs/remount-fs.c b/src/remount-fs/remount-fs.c index 8b3aaeb32..636c46f0f 100644 --- a/src/remount-fs/remount-fs.c +++ b/src/remount-fs/remount-fs.c @@ -114,7 +114,7 @@ int main(int argc, char *argv[]) { s = strdup(me->mnt_dir); if (!s) { - log_error("Out of memory."); + log_oom(); ret = EXIT_FAILURE; continue; }