verbosity (#121)
This commit is contained in:
parent
3dd42bc9fd
commit
a62bac0ca0
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ func Init() error {
|
|||
}
|
||||
|
||||
func FileInit(fileFolder string, filename string, fileType string) error {
|
||||
log.Printf("init (folder:%s) (file:%s) (type:%s)", fileFolder, filename, fileType)
|
||||
log.Debugf("init (folder:%s) (file:%s) (type:%s)", fileFolder, filename, fileType)
|
||||
filepath := path.Join(fileFolder, filename)
|
||||
file, err := os.Open(filepath)
|
||||
if err != nil {
|
||||
|
|
Loading…
Add table
Reference in a new issue