aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-07-27 22:40:11 +0200
committerMattias Andrée <maandree@operamail.com>2014-07-27 22:40:11 +0200
commitd50b329c170bd2e54e6cfb4d2e565c0b436295c5 (patch)
treed674739500bba471564092ff8b75c742069731f2 /src
parenttypo + beginning of mds-registry (diff)
downloadmds-d50b329c170bd2e54e6cfb4d2e565c0b436295c5.tar.gz
mds-d50b329c170bd2e54e6cfb4d2e565c0b436295c5.tar.bz2
mds-d50b329c170bd2e54e6cfb4d2e565c0b436295c5.tar.xz
stylo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--src/mds-base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mds-base.c b/src/mds-base.c
index 1b2e767..f1eab34 100644
--- a/src/mds-base.c
+++ b/src/mds-base.c
@@ -150,7 +150,7 @@ void __attribute__((weak)) server_initialised(void)
if (r == (pid_t)-1)
{
perror(*argv);
- eprint("while forking at completed initialisation");
+ eprint("while forking at completed initialisation.");
exit(1);
}
else