this is really a debug log
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1262 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
parent
9acd3dbe05
commit
df0a30e22d
@ -53,7 +53,7 @@ public class FreebaseTimeCommonsHttpOAuthConsumer extends CommonsHttpOAuthConsum
|
|||||||
HttpEntity entity = response.getEntity();
|
HttpEntity entity = response.getEntity();
|
||||||
if (entity != null) {
|
if (entity != null) {
|
||||||
time = Long.parseLong(EntityUtils.toString(entity),10);
|
time = Long.parseLong(EntityUtils.toString(entity),10);
|
||||||
logger.info("Got remote timestamp {}", time);
|
logger.debug("Got remote timestamp {}", time);
|
||||||
}
|
}
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
logger.warn("Error obtaining the synchronized remote timestamp, defaulting to the local one",e);
|
logger.warn("Error obtaining the synchronized remote timestamp, defaulting to the local one",e);
|
||||||
|
Loading…
Reference in New Issue
Block a user