Skip to content

Commit

Permalink
gateone.js: Changed logInfo() to logDebug() in enableScrollback. No n…
Browse files Browse the repository at this point in the history
…eed to fill up the console with unnecessary messages.
  • Loading branch information
liftoff committed Sep 24, 2012
1 parent cb5babb commit 68f6ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gateone/static/gateone.js
Original file line number Diff line number Diff line change
Expand Up @@ -2900,7 +2900,7 @@ GateOne.Base.update(GateOne.Visual, {
enableScrollback: function(/*Optional*/term) {
// Replaces the contents of the selected terminal with the complete screen + scrollback buffer
// If *term* is given, only disable scrollback for that terminal
logInfo('enableScrollback(' + term + ')');
logDebug('enableScrollback(' + term + ')');
var u = go.Utils,
prefix = go.prefs.prefix,
enableSB = function(termNum) {
Expand Down

0 comments on commit 68f6ad9

Please sign in to comment.