mirror of
https://github.com/openziti/zrok.git
synced 2024-11-21 23:53:19 +01:00
formatting
This commit is contained in:
parent
b1de849714
commit
3093bd230d
@ -23,5 +23,5 @@ func Error(msg string, err error) {
|
||||
}
|
||||
|
||||
func Warning(msg string, v ...interface{}) {
|
||||
_, _ = fmt.Fprintf(os.Stderr, "%v: "+msg, append([]interface{}{WarningLabel}, v...))
|
||||
_, _ = fmt.Fprintf(os.Stderr, "%v: "+msg+"\n", append([]interface{}{WarningLabel}, v...))
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user