leon 1 month ago
parent
commit
90c94d8bcd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/nodes/base/base.cpp

+ 1 - 1
src/nodes/base/base.cpp

@@ -42,7 +42,7 @@ void BaseNode::stop()
     }
     else
     {
-        printf("Node %s already running\n", name_.c_str());
+        printf("Node %s is not running\n", name_.c_str());
     }
 }