Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
9798ab00
Commit
9798ab00
authored
Apr 05, 1994
by
Per Cederqvist
Browse files
(go_daemon): Added "coming up" log message, so that the version number
is written to the log file.
parent
6f9756a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/ramkomd.c
View file @
9798ab00
/*
* $Id: ramkomd.c,v 0.4
8
1994/04/05
08:04:17
ceder Exp $
* $Id: ramkomd.c,v 0.4
9
1994/04/05
20:29:09
ceder Exp $
* Copyright (C) 1991, 1992, 1993, 1994 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -31,7 +31,7 @@
* It has grown! /ceder
*/
static
char
*
rcsid
=
"$Id: ramkomd.c,v 0.4
8
1994/04/05
08:04:17
ceder Exp $"
;
static
char
*
rcsid
=
"$Id: ramkomd.c,v 0.4
9
1994/04/05
20:29:09
ceder Exp $"
;
#include
"rcs.h"
USE
(
rcsid
);
...
...
@@ -284,6 +284,9 @@ go_daemon(const char *prefix, const char *logf)
restart_kom
(
stderr
,
"open of log file failed: %d
\n
"
,
errno
);
}
sfree
(
logfile
);
log
(
"*** Version %d (process %d) coming up.
\n
"
,
#include
"version.incl"
,
getpid
());
}
void
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment