Skip to content

Commit

Permalink
STAT-250: Wrong message logged at startup
Browse files Browse the repository at this point in the history
git-svn-id: https://source.sakaiproject.org/svn/sitestats/trunk@81051 66ffb92e-73f9-0310-93c1-f5514f145a0a
  • Loading branch information
nfgrilo committed Aug 11, 2010
1 parent c360dd8 commit 95bc3e1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1232,6 +1232,8 @@ private String parseSiteId(Event e){
if(parserTip != null && parserTip.getFor().equals(StatsManager.PARSERTIP_FOR_CONTEXTID)){
int index = Integer.parseInt(parserTip.getIndex());
return eventRef.split(parserTip.getSeparator())[index];
}else if(M_sm.isEventContextSupported()) {
LOG.info("Context information unavailable for event: " + eventId + " (ignoring)");
}else{
LOG.info("<eventParserTip> is mandatory when Event.getContext() is unsupported! Ignoring event: " + eventId);
// try with most common syntax (/abc/cde/SITE_ID/...)
Expand Down

0 comments on commit 95bc3e1

Please sign in to comment.