Skip to content

Commit 902a774

Browse files
authored
v8.1.3
v8.1.3
2 parents 7bc8cb4 + b93ea18 commit 902a774

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bus-image/src/main/java/org/miaixz/bus/image/galaxy/data/Attributes.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1370,7 +1370,7 @@ public Temporal getTemporal(String privateCreator, int tag, VR vr, int valueInde
13701370
vr = updateVR(index, vr);
13711371

13721372
if (!vr.isTemporalType()) {
1373-
LOG.info("Attempt to access {} {} as date/time", TagUtils.toString(tag), vr);
1373+
Logger.info("Attempt to access {} {} as date/time", Tag.toString(tag), vr);
13741374
return defVal;
13751375
}
13761376

@@ -1383,7 +1383,7 @@ public Temporal getTemporal(String privateCreator, int tag, VR vr, int valueInde
13831383
try {
13841384
t = vr.toTemporal(value, valueIndex, precision);
13851385
} catch (IllegalArgumentException e) {
1386-
LOG.info("Invalid value of {} {}", TagUtils.toString(tag), vr);
1386+
Logger.info("Invalid value of {} {}", Tag.toString(tag), vr);
13871387
return defVal;
13881388
}
13891389

0 commit comments

Comments
 (0)