mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-05-19 18:58:03 +02:00
remove zap log package Close #19
This commit is contained in:
+1
-1
@@ -295,7 +295,7 @@ func (f *firefox) GetProfilePath(filename string) (err error) {
|
||||
}
|
||||
if len(m) > 0 {
|
||||
log.Debugf("%s find %s File Success", f.Name, v.name)
|
||||
log.Debugf("%+v file location is %s", v, m[0])
|
||||
log.Debugf("%s file location is %s", v.mainFile, m[0])
|
||||
v.mainPath = m[0]
|
||||
f.FileLists = append(f.FileLists, v)
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user