More detailed log for access update

pull/1169/head
kompotkot 2025-02-05 13:42:05 +00:00
rodzic 53d0b96ae8
commit 39d9dea8bb
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -84,7 +84,7 @@ func (ca *ClientAccess) UpdateClientResourceCallCounter(tsNow int64) error {
[]string{},
)
if err != nil {
return err
return fmt.Errorf("resource %s update error %v", ca.ResourceID, err)
}
log.Printf("Resource %s updated\n", updatedResource.Id)