various tweaks

This commit is contained in:
Athou
2013-05-22 21:56:22 +02:00
parent fe16a2a7e2
commit 58501bbfb1
2 changed files with 2 additions and 4 deletions

View File

@@ -94,7 +94,7 @@ public class PubSubHubbubCallbackREST {
}
}
} catch (Exception e) {
log.debug("Could not parse pubsub callback: " + e.getMessage(), e);
log.error("Could not parse pubsub callback: " + e.getMessage());
}
return Response.ok().build();
}