Skip to content

Commit 4424a55

Browse files
Add more logging.
1 parent 2855dff commit 4424a55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

files.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ func (f *File) Read() {
1919
log.Printf("[-] Could not read file %s\n", f.Path)
2020
f.Content = ""
2121
} else {
22+
log.Printf("[+] Reading file: %s\n", f.Key)
2223
f.Content = string(content)
2324
}
2425
}

0 commit comments

Comments
 (0)