mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-07-23 12:51:40 +02:00
Update frontend
This commit is contained in:
2
frontend
2
frontend
Submodule frontend updated: 712eb917fe...42f56f0a0a
@@ -103,7 +103,7 @@ func Printf(format string, v ...interface{}) {
|
|||||||
|
|
||||||
func Finfof(w io.Writer, format string, v ...interface{}) {
|
func Finfof(w io.Writer, format string, v ...interface{}) {
|
||||||
if w != io.Discard {
|
if w != io.Discard {
|
||||||
fmt.Fprintf(InfoWriter, InfoPrefix+" "+format+"\n", v...)
|
fmt.Fprintf(InfoWriter, InfoPrefix+format+"\n", v...)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user