Skip to content

Commit 07fed87

Browse files
committed
cmd/cdi: fix warning printout.
Signed-off-by: Krisztian Litkey <[email protected]>
1 parent 686617d commit 07fed87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/cdi/cmd/monitor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ func monitorDirectories(dirs ...string) (*fsnotify.Watcher, error) {
142142

143143
for _, dir := range dirs {
144144
if _, err = os.Stat(dir); err != nil {
145-
fmt.Printf("WARNING: failed to stat dir %q, NOT watching it...", dir)
145+
fmt.Printf("WARNING: failed to stat dir %q, NOT watching it...\n", dir)
146146
continue
147147
}
148148

0 commit comments

Comments
 (0)