mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-11-10 08:57:25 +01:00
Update frontend
This commit is contained in:
parent
9682ddaab5
commit
5282b7dd8d
2
frontend
2
frontend
@ -1 +1 @@
|
|||||||
Subproject commit 712eb917fe79a41d8e7a1bed5a6974c5b5ddd063
|
Subproject commit 42f56f0a0a162bec0871949cade791590bea6a89
|
@ -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...)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user