mirror of https://bitbucket.org/ausocean/av.git
fix missing bracket
This commit is contained in:
parent
7edf430f9a
commit
26636b0976
|
@ -224,7 +224,7 @@ func (r *revid) Log(logType, m string) {
|
||||||
r.config.Logger.Log(logType, m)
|
r.config.Logger.Log(logType, m)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
fmt.Println(logType + ": " + m
|
fmt.Println(logType + ": " + m)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue