1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-01 09:17:02 +00:00
Makis Maropoulos
2016-06-21 14:18:22 +03:00
parent 40c8c18792
commit f841bd4157
3 changed files with 25 additions and 24 deletions

View File

@@ -111,7 +111,8 @@ func runAndWatch(flags cli.Flags) error {
if !isWindows {
fname = " " // we don't want to print the ".gooutput..." so dont print anything as a name
}
printer.Infof("\n[OP: %d] File '%s' changed, reloading...", atomic.LoadUint32(&times), fname)
printer.Infof("\n[OP: %d] File %s changed, reloading...", atomic.LoadUint32(&times), fname)
//kill the prev run