fix logging

This commit is contained in:
Chris Lu 2020-10-11 14:59:48 -07:00
parent d155f907c2
commit ea13e0523b

View file

@ -290,7 +290,7 @@ public class FilerClient {
.setEntry(entry) .setEntry(entry)
.build()); .build());
} catch (Exception e) { } catch (Exception e) {
LOG.warn("createEntry {}/{}: {}", parent, entry.getName(), e); LOG.warn("updateEntry {}/{}: {}", parent, entry.getName(), e);
return false; return false;
} }
return true; return true;