X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=fsck.c;h=60bd27026cd3c962327d6074ec51b202fb7daea0;hp=04916384c30d4d18417afafd58472d1dfad5689f;hb=6d5a56308a3a833b08ae0e3692b794fb6122ea60;hpb=b76e950a38435a10d7d85a1c0ea95fa7c2917a96;ds=sidebyside diff --git a/fsck.c b/fsck.c index 04916384..60bd2702 100644 --- a/fsck.c +++ b/fsck.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2007 Andre Noll + * Copyright (C) 1997-2008 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -967,10 +967,10 @@ out: PARA_ERROR_LOG("%s%s: %s\n", base_dir? "base_dir: " : "", base_dir? base_dir : "", - PARA_STRERROR(-ret) + para_strerror(-ret) ); if (conf.loglevel_arg > 1) - PARA_EMERG_LOG("re-run with \"--logelvel %d\" to increase verbosity\n", + PARA_EMERG_LOG("re-run with \"--loglevel %d\" to increase verbosity\n", conf.loglevel_arg - 1); } else PARA_NOTICE_LOG("success\n");