diff --git a/config.cc b/config.cc index 0148ab2..077c1b9 100644 --- a/config.cc +++ b/config.cc @@ -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);