mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-05 20:48:22 +00:00
fix log message. exception first, parameters later
This commit is contained in:
parent
ee08ab6c5c
commit
4e206cd02d
@ -381,7 +381,7 @@ public class SyncedFlushService extends AbstractComponent {
|
||||
|
||||
@Override
|
||||
public void handleException(TransportException exp) {
|
||||
logger.trace("{} error while performing pre synced flush on [{}], skipping", shardId, exp, shard);
|
||||
logger.trace("{} error while performing pre synced flush on [{}], skipping", exp, shardId, shard);
|
||||
if (countDown.countDown()) {
|
||||
listener.onResponse(commitIds);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user