mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
death the query_server_unl()
This commit is contained in:
parent
14c65f90a8
commit
821fb55b20
23 changed files with 54 additions and 62 deletions
|
@ -14,7 +14,7 @@ void monitor_report(string mc, string text) {
|
|||
log_file("MONITOR", mc +"\t"+ text +"\n");
|
||||
#ifndef __PIKE__ // TPD
|
||||
unless (monitor) monitor = load_object(PLACE_PATH "monitor");
|
||||
if (monitor) monitor->msg(previous_object() || query_server_unl(),
|
||||
if (monitor) monitor->msg(previous_object() || SERVER_UNIFORM,
|
||||
mc, text, ([]));
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue