Skip to content
Snippets Groups Projects
Commit c8fbc599 authored by rswindell's avatar rswindell
Browse files

Changed node status fixup error message to ALL CAPS.

parent 0354a109
No related branches found
No related tags found
No related merge requests found
......@@ -116,7 +116,7 @@ void sbbs_t::nodesync()
}
if(thisnode.status==NODE_WFC) {
errorlog("Node status fixup");
errorlog("NODE STATUS FIXUP");
getnodedat(cfg.node_num,&thisnode,1);
thisnode.status=NODE_INUSE;
putnodedat(cfg.node_num,&thisnode);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment