added debug msg
parent
fc7cadba59
commit
c0e38eb3c7
|
@ -283,6 +283,7 @@ func GetWebClientByUuid(Uuid string) *structs.WebClient {
|
||||||
return client
|
return client
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
logger.Web.Debugln("GetWebClientByUuid not found")
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue