Skip to content

Commit

Permalink
debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
luciensadi committed Sep 10, 2024
1 parent efce62c commit 51021a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dblist.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ void objList::CheckForDeletedCharacterFuckery(struct char_data *ch, const char *
}

if (GET_OBJ_VNUM(OBJ) == 10025) {
mudlog_vfprintf(NULL, LOG_SYSLOG, "Found pocsec carried by %s", GET_CHAR_NAME(owner));
mudlog_vfprintf(NULL, LOG_SYSLOG, "CFDCF debug: Found pocsec carried by %s", GET_CHAR_NAME(owner));
}
}

Expand Down

0 comments on commit 51021a3

Please sign in to comment.