Skip to content

Commit

Permalink
Merge pull request robotology#3111 from robotology/traversaro-patch-1
Browse files Browse the repository at this point in the history
NameServerContainer: do not print "database needs to be reset" message
  • Loading branch information
randaz81 committed Jun 4, 2024
2 parents 71f6c8b + 4dc091a commit bde9cd2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ bool NameServerContainer::open(Searchable& options)

bool reset = false;
if (options.check("ip")||options.check("socket")) {
yCError(NAMESERVERCONTAINER, "Database needs to be reset, IP or port number set.");
yCInfo(NAMESERVERCONTAINER, "Database needs to be reset, IP or port number set.");
reset = true;
}

Expand Down

0 comments on commit bde9cd2

Please sign in to comment.