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

When the node is in "logging out" status, print the user number that is

currently logging-out.
parent 3289d561
Branches
Tags
No related merge requests found
......@@ -262,7 +262,7 @@ void printnodedat(int number, node_t node)
printf("At login prompt");
break;
case NODE_LOGOUT:
printf("Logging out");
printf("User #%d logging out", node.useron);
break;
case NODE_EVENT_WAITING:
printf("Waiting for all nodes to become inactive");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment