Skip to content
Snippets Groups Projects
Commit 5585c3fe authored by Dinyar Rabady's avatar Dinyar Rabady
Browse files

Small fix

parent e74b42a8
No related branches found
No related tags found
No related merge requests found
Pipeline #4532575 passed
...@@ -148,7 +148,7 @@ if(argc < 2){ ...@@ -148,7 +148,7 @@ if(argc < 2){
config conf(argv[2]); config conf(argv[2]);
conf.print(); conf.print();
if (!conf.validate()) { if (!conf.validate()) {
LOG(ERROR) << "Configuration invalid! Bailing out." LOG(ERROR) << "Configuration invalid! Bailing out.";
return -1; return -1;
} }
LOG(DEBUG) << "Configuration loaded"; LOG(DEBUG) << "Configuration loaded";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment