Skip to content

Commit

Permalink
better logging in the bshdatarouter
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed May 15, 2013
1 parent 6f21b13 commit 91f14ee
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -66,7 +66,7 @@ public Set<String> routeToNodes(SimpleRouterContext context, DataMetaData dataMe
context.incrementStat(System.currentTimeMillis() - ts, "bsh.eval.ms");
return eval(returnValue, nodes, targetNodes);
} catch (EvalError e) {
log.error("Error in data router. Routing to nobody.", e);
log.error("Error in data router: " + dataMetaData.getTriggerRouter().getRouter() + ". Routing to nobody.", e);
return Collections.emptySet();
}
}
Expand Down

0 comments on commit 91f14ee

Please sign in to comment.