added debug msg

master
Alex 2021-12-29 14:20:17 +01:00
parent fc7cadba59
commit c0e38eb3c7
1 changed files with 1 additions and 0 deletions

View File

@ -283,6 +283,7 @@ func GetWebClientByUuid(Uuid string) *structs.WebClient {
return client
}
}
logger.Web.Debugln("GetWebClientByUuid not found")
return nil
}