diff --git a/api/reportHandler.go b/api/reportHandler.go index a84ec9c..9be6a45 100644 --- a/api/reportHandler.go +++ b/api/reportHandler.go @@ -15,7 +15,7 @@ type counter struct { func (a *APIHandler) GetReport(c *gin.Context) { if !a.DBHandlerIsInitialized() { - a.logger.Error("DeleteEvent", "database handler is not initialized") + a.logger.Error("GetReport", "database handler is not initialized") c.JSON(http.StatusInternalServerError, nil) return }