this fixes sticky dirty state

pull/2/head
gorhill 11 years ago
parent 0211bcec64
commit f8c38177e2

@ -668,7 +668,7 @@ Matrix.prototype.toString = function() {
out.push(switchName + ': ' + srcHostname + ' ' + switchStateToNameMap[val]); out.push(switchName + ': ' + srcHostname + ' ' + switchStateToNameMap[val]);
} }
} }
return out.join('\n'); return out.sort().join('\n');
}; };
/******************************************************************************/ /******************************************************************************/

Loading…
Cancel
Save