Skip to content
Snippets Groups Projects
Commit a372004f authored by Per Cederqvist's avatar Per Cederqvist
Browse files

(go_daemon): Fixed buggy call to restart_kom.

parent 3945f053
Branches
Tags
No related merge requests found
/* /*
* $Id: ramkomd.c,v 0.50 1994/06/18 20:37:27 ceder Exp $ * $Id: ramkomd.c,v 0.51 1994/06/29 23:30:59 ceder Exp $
* Copyright (C) 1991, 1992, 1993, 1994 Lysator Academic Computer Association. * Copyright (C) 1991, 1992, 1993, 1994 Lysator Academic Computer Association.
* *
* This file is part of the LysKOM server. * This file is part of the LysKOM server.
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
* It has grown! /ceder * It has grown! /ceder
*/ */
static char *rcsid = "$Id: ramkomd.c,v 0.50 1994/06/18 20:37:27 ceder Exp $"; static char *rcsid = "$Id: ramkomd.c,v 0.51 1994/06/29 23:30:59 ceder Exp $";
#include "rcs.h" #include "rcs.h"
USE(rcsid); USE(rcsid);
...@@ -281,7 +281,7 @@ go_daemon(const char *prefix, const char *logf) ...@@ -281,7 +281,7 @@ go_daemon(const char *prefix, const char *logf)
{ {
/* Kinda stupid to try to log an error message now, but /* Kinda stupid to try to log an error message now, but
who knows? */ who knows? */
restart_kom(stderr, "open of log file failed: %d\n", errno); restart_kom("open of log file failed: %d\n", errno);
} }
sfree(logfile); sfree(logfile);
log("*** Version %d (process %d) coming up.\n", log("*** Version %d (process %d) coming up.\n",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment