config: use proper namespace for SetLogHandler

This commit is contained in:
Robert Swiecki 2023-10-25 13:41:31 +02:00
parent 78110d184e
commit 3ff69c0f56

View File

@ -316,7 +316,7 @@ bool parseFile(nsjconf_t* nsjconf, const char* file) {
return false; return false;
} }
SetLogHandler(logHandler); google::protobuf::SetLogHandler(logHandler);
google::protobuf::io::FileInputStream input(fd); google::protobuf::io::FileInputStream input(fd);
input.SetCloseOnDelete(true); input.SetCloseOnDelete(true);