Skip to content

Commit

Permalink
SAK-14202 More verbose logging
Browse files Browse the repository at this point in the history
git-svn-id: https://source.sakaiproject.org/svn/courier/trunk@77355 66ffb92e-73f9-0310-93c1-f5514f145a0a
  • Loading branch information
smarquard committed May 11, 2010
1 parent 415bb47 commit 61713a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ protected void doGet(HttpServletRequest req, HttpServletResponse res) throws Ser
}
} else {
//This courier request was not meant for this user (i.e., session), so we won't honour it
M_log.debug("out-of-session courier request");
M_log.debug("out-of-session courier request: requestUserId=" + requestUserId + " session user=" + session.getUserId());
}
}
}
Expand Down

0 comments on commit 61713a1

Please sign in to comment.