Skip to content

Commit

Permalink
debug_message
Browse files Browse the repository at this point in the history
  • Loading branch information
Xuefeng committed Mar 15, 2019
1 parent 0cd18bd commit e8a0bcb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
.ini
*.log
*dump
swapfile*
version
2 changes: 1 addition & 1 deletion adm/single/master.c
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ string object_name(object ob)

void create()
{
write("master_ob loaded successfully.\n");
debug_message("master_ob loaded successfully.");
}

void check_daemons()
Expand Down
2 changes: 1 addition & 1 deletion adm/single/simul_efun.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
void create()
{
seteuid(getuid());
write("simul_efun loaded successfully.\n");
debug_message("simul_efun loaded successfully.");
}

0 comments on commit e8a0bcb

Please sign in to comment.