diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-07-27 22:40:11 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-07-27 22:40:11 +0200 |
commit | d50b329c170bd2e54e6cfb4d2e565c0b436295c5 (patch) | |
tree | d674739500bba471564092ff8b75c742069731f2 /src/mds-base.c | |
parent | typo + beginning of mds-registry (diff) | |
download | mds-d50b329c170bd2e54e6cfb4d2e565c0b436295c5.tar.gz mds-d50b329c170bd2e54e6cfb4d2e565c0b436295c5.tar.bz2 mds-d50b329c170bd2e54e6cfb4d2e565c0b436295c5.tar.xz |
stylo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/mds-base.c')
-rw-r--r-- | src/mds-base.c | 2 |
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 |