Spaces:
Runtime error
Runtime error
Commit ·
ce2e95f
1
Parent(s): 959f68c
Deploy files from GitHub repository
Browse files- 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 :",
|
| 10 |
|
| 11 |
}
|
|
|
|
| 6 |
|
| 7 |
func LogError(errorLogged error) {
|
| 8 |
fmt.Println("There is an error!")
|
| 9 |
+
fmt.Println("Error Log :", errorLogged)
|
| 10 |
|
| 11 |
}
|