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
606a2588
Commit
606a2588
authored
Jun 24, 1999
by
Per Cederqvist
Browse files
(do_unmark_text): Add trailing newline in format string to kom_log.
(create_person_generic): Likewise.
parent
d879fdd4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/person.c
View file @
606a2588
/*
* $Id: person.c,v 0.5
4
1999/06/
05
12:
19:06 by
er
s
Exp $
* $Id: person.c,v 0.5
5
1999/06/
24
12:
58:29 ced
er Exp $
* Copyright (C) 1991-1999 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -35,7 +35,7 @@
#endif
static
const
char
*
rcsid
=
"$Id: person.c,v 0.5
4
1999/06/
05
12:
19:06 by
er
s
Exp $"
;
rcsid
=
"$Id: person.c,v 0.5
5
1999/06/
24
12:
58:29 ced
er Exp $"
;
#include "rcs.h"
USE
(
rcsid
);
...
...
@@ -257,9 +257,9 @@ do_unmark_text(Pers_no pers_no,
{
if
(
text_s
->
no_of_marks
==
0
)
{
kom_log
(
"WNG: do_unmark_text(): Text %lu has no_of_marks==0,
\
but person %d had marked the text."
,
(
unsigned
long
)
text_no
,
pers_no
);
kom_log
(
"WNG: do_unmark_text(): Text %lu has no_of_marks==0,
"
"
but person %d had marked the text.
\n
"
,
(
unsigned
long
)
text_no
,
pers_no
);
}
else
{
...
...
@@ -593,7 +593,7 @@ create_person_generic ( const String name,
if
(
new_user
==
0
)
{
/* kom_errno and err_stat set in cached_create_conf */
kom_log
(
"ERROR: Couldn't create person. Too many conferences."
);
kom_log
(
"ERROR: Couldn't create person. Too many conferences.
\n
"
);
return
0
;
}
...
...
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