lifedebugger commited on
Commit
ce2e95f
·
1 Parent(s): 959f68c

Deploy files from GitHub repository

Browse files
Files changed (1) hide show
  1. utils/Logger.go +1 -1
utils/Logger.go CHANGED
@@ -6,6 +6,6 @@ import (
6
 
7
  func LogError(errorLogged error) {
8
  fmt.Println("There is an error!")
9
- fmt.Println("Error Log :", err)
10
 
11
  }
 
6
 
7
  func LogError(errorLogged error) {
8
  fmt.Println("There is an error!")
9
+ fmt.Println("Error Log :", errorLogged)
10
 
11
  }