mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-23 04:36:50 +00:00
Improved logging when a resource has no identifier
This commit is contained in:
@@ -88,6 +88,9 @@ public class ArbitraryDataBuildQueueItem {
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
if (this.identifier == null) {
|
||||
return String.format("%s %s", this.service, this.resourceId);
|
||||
}
|
||||
return String.format("%s %s %s", this.service, this.resourceId, this.identifier);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user