Skip to content
Snippets Groups Projects
Commit b557f91e authored by deuce's avatar deuce
Browse files

Cosmetic change... notify if error count is cleared.

								- RuneMaster
parent 6b82adcc
No related branches found
No related tags found
No related merge requests found
...@@ -252,6 +252,7 @@ int clearerrors(scfg_t *cfg, int nodenum, node_t *node) { ...@@ -252,6 +252,7 @@ int clearerrors(scfg_t *cfg, int nodenum, node_t *node) {
} }
node->errors=0; node->errors=0;
putnodedat(cfg,nodenum,node,nodefile); putnodedat(cfg,nodenum,node,nodefile);
uifc.msg("Error count cleared for this node.");
return(0); return(0);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment