mirror of https://bitbucket.org/ausocean/av.git
revid-cli: fixed grammatical error in comment
This commit is contained in:
parent
03f56dba2c
commit
4d58f45368
|
@ -165,7 +165,7 @@ func handleFlags() {
|
|||
logger = smartlogger.New(defaultLogVerbosity, logPath)
|
||||
|
||||
// FIXME (saxon): if we store a logger that keeps track of verbosity, we don't
|
||||
// don't the verbosity var in the config
|
||||
// need the verbosity var in the config
|
||||
switch *configFlags[verbosityPtr] {
|
||||
case "Debug":
|
||||
config.Verbosity = smartlogger.Debug
|
||||
|
|
Loading…
Reference in New Issue