Skip to content

Commit

Permalink
logging stream termination due to max stream violation at info level.
Browse files Browse the repository at this point in the history
  • Loading branch information
satyamshekhar committed Apr 10, 2012
1 parent b59e96a commit c02d737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/session.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ Session.prototype = {
// Check if this is a new stream start packet (multiple streams)
log.trace("%s: Stream Add", this.sid);
if (this.is_max_streams_violation(node)) {
log.trace("%s %s max stream voilation - will terminate", this.sid, stream_log_name);
log.info("%s %s max stream violation - will terminate", this.sid, stream_log_name);
// Make this a session terminate request.
node.attrs.type = 'terminate';
node.attrs.condition = 'policy-violation';
Expand Down

0 comments on commit c02d737

Please sign in to comment.