Skip to content

Commit

Permalink
config: use proper namespace for SetLogHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
robertswiecki committed Oct 25, 2023
1 parent 78110d1 commit 3ff69c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.cc
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ bool parseFile(nsjconf_t* nsjconf, const char* file) {
return false;
}

SetLogHandler(logHandler);
google::protobuf::SetLogHandler(logHandler);
google::protobuf::io::FileInputStream input(fd);
input.SetCloseOnDelete(true);

Expand Down

0 comments on commit 3ff69c0

Please sign in to comment.