Thomas Vachuska
Committed by Gerrit Code Review

Eliminating dump of a stack trace for an expected error.

Change-Id: Iadf72f33dcb9cf1b44ae78ade879ea80899bf355
......@@ -384,7 +384,7 @@ public class GossipApplicationStore extends ApplicationArchive
latch.countDown();
} else if (error != null) {
log.warn("Unable to fetch bits for application {} from node {}",
app.id().name(), node.id(), error);
app.id().name(), node.id());
}
}, executor);
}
......