This commit is contained in:
parent
3727bd7254
commit
94e4226f40
1 changed files with 1 additions and 1 deletions
2
kernel/cache/asset.go
vendored
2
kernel/cache/asset.go
vendored
|
@ -60,6 +60,6 @@ func LoadAssets() {
|
|||
})
|
||||
elapsed := time.Since(start)
|
||||
if 2000 < elapsed.Milliseconds() {
|
||||
util.LogInfof("loaded assets [%s]", elapsed)
|
||||
util.LogInfof("loaded assets [%.2fs]", elapsed.Seconds())
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue