diff --git a/src/server/conference.c b/src/server/conference.c index 10a1f033ac798620e23b2e545644de8c811d3bb4..db94e226f644ce9c6b4179246337e5a350c0dbf9 100644 --- a/src/server/conference.c +++ b/src/server/conference.c @@ -1,5 +1,5 @@ /* - * $Id: conference.c,v 0.58 1999/07/23 13:01:51 ceder Exp $ + * $Id: conference.c,v 0.59 1999/07/24 23:33:15 ceder Exp $ * Copyright (C) 1991-1999 Lysator Academic Computer Association. * * This file is part of the LysKOM server. @@ -35,7 +35,7 @@ static const char * -rcsid = "$Id: conference.c,v 0.58 1999/07/23 13:01:51 ceder Exp $"; +rcsid = "$Id: conference.c,v 0.59 1999/07/24 23:33:15 ceder Exp $"; #include "rcs.h" USE(rcsid); @@ -284,7 +284,7 @@ do_create_conf(String name, if ( (conf_c = cached_get_conf_stat( conf_no ) ) == NULL) { - restart_kom("create_conf() - can't get conf_stat"); + restart_kom("create_conf() - can't get conf_stat\n"); } conf_c->creator = creator; @@ -645,7 +645,7 @@ lookup_z_name (const String name, for (i = raw_matches.no_of_conf_nos; i > 0; i--) { if (*no == 0) - restart_kom("Internal error detected in lookup_z_name"); + restart_kom("Internal error detected in lookup_z_name\n"); if ((type->letter_box ? want_persons : want_confs) == 0 || access_perm(*no, active_connection, read_protected) <= none) @@ -677,7 +677,7 @@ lookup_z_name (const String name, } if (res != result->confs + n_filtered) - restart_kom("Internal error in lookup_z_name"); + restart_kom("Internal error in lookup_z_name\n"); return OK; }