Skip to content
GitLab
Menu
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
5813896e
Commit
5813896e
authored
Jun 24, 1999
by
Per Cederqvist
Browse files
(call_function): Add trailing newline in format string to kom_log.
(toploop): Likewise.
parent
e16a9985
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/connections.c
View file @
5813896e
/*
* $Id: connections.c,v 0.6
5
1999/06/2
1
1
8:18:3
5 ceder Exp $
* $Id: connections.c,v 0.6
6
1999/06/2
4
1
2:25:4
5 ceder Exp $
* Copyright (C) 1991-1999 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -36,7 +36,7 @@
#endif
static
const
char
*
rcsid
=
"$Id: connections.c,v 0.6
5
1999/06/2
1
1
8:18:3
5 ceder Exp $"
;
rcsid
=
"$Id: connections.c,v 0.6
6
1999/06/2
4
1
2:25:4
5 ceder Exp $"
;
#include "rcs.h"
USE
(
rcsid
);
...
...
@@ -226,7 +226,7 @@ call_function (Connection * client,
if
(
active_connection
!=
NULL
)
{
kom_log
(
"call_function(%ld): active_connection = %ld"
,
kom_log
(
"call_function(%ld): active_connection = %ld
\n
"
,
client
->
session_no
,
active_connection
->
session_no
);
}
...
...
@@ -685,7 +685,7 @@ toploop(void)
current_time
=
time
(
NULL
);
if
(
current_time
<
last_time
)
{
kom_log
(
"WARNING: Time is moving in the wrong direction"
);
kom_log
(
"WARNING: Time is moving in the wrong direction
\n
"
);
/* FIXME: Should we take more decisive action here */
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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