Skip to content

Commit

Permalink
Cosmetic fix
Browse files Browse the repository at this point in the history
  • Loading branch information
enricovianello committed Oct 23, 2020
1 parent 83ddff4 commit c711bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/it/grid/storm/ea/StormEA.java
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public static Long getTSMRecD(String fileName) {
public static void removePinned(String fileName) {

if (!ea.hasXAttr(fileName, EA_PINNED)) {
log.info("Cannot remove '{}' EA. Attribute not found for file: {}", EA_PINNED, fileName);
log.info("Cannot remove '{}'. Attribute not found for file: {}", EA_PINNED, fileName);
return;
}

Expand Down

0 comments on commit c711bb3

Please sign in to comment.