2001-03-28
2001-03-28 19:35:15 by Martin Stjernholm <mast@lysator.liu.se>
-
52faafa0333e5310e14df1bf035a4b90ec5b009e
(5 lines)
(+3/-2)
[
Show
| Annotate
]
Branch: 5.2
Slight fix of an error message.
Rev: server/base_server/roxen.pike:1.656
4:
// Per Hedbor, Henrik Grubbström, Pontus Hagland, David Hedbor and others.
// ABS and suicide systems contributed freely by Francesco Chemolli
- constant cvs_version="$Id: roxen.pike,v 1.655 2001/03/17 02:27:22 mast Exp $";
+ constant cvs_version="$Id: roxen.pike,v 1.656 2001/03/28 19:35:15 mast Exp $";
// Used when running threaded to find out which thread is the backend thread.
Thread.Thread backend_thread;
572: Inside #if defined(THREADS)
"Client will not get any response from Roxen.\n"),*/
describe_backtrace(q));
if (q = catch {h = 0;}) {
- report_error(LOC_M(5, "Uncaught error in handler thread: %s Client"
+ report_error(LOC_M(5, "Uncaught error in handler thread: %sClient "
"will not get any response from Roxen.")+"\n",
describe_backtrace(q));
}