Skip to content

Commit 78516e7

Browse files
committed
minor refactoring
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
1 parent 9f2de61 commit 78516e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: logback-core/src/main/java/ch/qos/logback/core/rolling/RollingFileAppender.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ private boolean innerCheckForFileNamePatternCollisionInPreviousRFA(FileNamePatte
145145
}
146146
}
147147
if (name != null) {
148-
map.put(getName(), fileNamePattern);
148+
map.put(name, fileNamePattern);
149149
}
150150
return collisionsDetected;
151151
}

0 commit comments

Comments
 (0)