mirror of
https://github.com/google/nsjail.git
synced 2026-08-30 18:41:30 -07:00
make indent
This commit is contained in:
@@ -363,7 +363,8 @@ bool parseFile(nsjconf_t* nsjconf, const char* file) {
|
||||
LOG_W("Couldn't parse the TextProto from '%s'", file);
|
||||
return false;
|
||||
}
|
||||
LOG_D("Parsed TextProto config from '%s':\n'%s'", file, text_nsc.DebugString().c_str());
|
||||
LOG_D("Parsed TextProto config from '%s':\n'%s'", file,
|
||||
text_nsc.DebugString().c_str());
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
||||
2
kafel
2
kafel
Submodule kafel updated: 90171fa06d...f6020305eb
Reference in New Issue
Block a user