Fix typo in config.proto: s/lofs/logs/

This commit is contained in:
Lukasz Milewski 2019-09-06 15:08:30 -07:00
parent 3612c2a0b8
commit 0bc575063b

View File

@ -106,7 +106,7 @@ message NsJailConfig {
/* FD to log to. */
optional int32 log_fd = 16;
/* File to save lofs to */
/* File to save logs to */
optional string log_file = 17;
/* Minimum log level displayed.
See 'msg LogLevel' description for more */