Skip to content

Commit

Permalink
NameServerContainer: do not print "database needs to be reset" messag…
Browse files Browse the repository at this point in the history
…e as error
  • Loading branch information
traversaro authored Jun 3, 2024
1 parent 71f6c8b commit 4dc091a
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 4dc091a

Please sign in to comment.