git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/accounting/accounting-lib@146421 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
d3bfd36e0c
commit
cd4d3838be
|
@ -78,7 +78,7 @@ public abstract class BasicUsageRecord extends AbstractRecord implements UsageRe
|
||||||
try {
|
try {
|
||||||
this.setScope(getScopeFromToken());
|
this.setScope(getScopeFromToken());
|
||||||
} catch(Exception e) {
|
} catch(Exception e) {
|
||||||
logger.warn("Unable to automaticcally set the scope using scope provider. The record will not be valid if the scope will not be explicitly set.");
|
logger.warn("Unable to automatically set the scope using scope provider. The record will not be valid if the scope will not be explicitly set.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue