kopia lustrzana https://github.com/bugout-dev/moonstream
Merge pull request #1169 from moonstream-to/more-error-log
More detailed log for access updatepull/1170/head
commit
6376d97c40
|
@ -84,7 +84,7 @@ func (ca *ClientAccess) UpdateClientResourceCallCounter(tsNow int64) error {
|
||||||
[]string{},
|
[]string{},
|
||||||
)
|
)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return fmt.Errorf("resource %s update error %v", ca.ResourceID, err)
|
||||||
}
|
}
|
||||||
log.Printf("Resource %s updated\n", updatedResource.Id)
|
log.Printf("Resource %s updated\n", updatedResource.Id)
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue