fix logging
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user