FS-8046 change error back to log

This commit is contained in:
Anthony Minessale
2015-08-28 17:12:06 -05:00
parent 230e636332
commit f21dc780cd
2 changed files with 2 additions and 2 deletions

View File

@@ -2038,7 +2038,7 @@
return false;
}
console.error("Dialog " + dialog.callID + ": state change from " + dialog.state.name + " to " + state.name);
console.log("Dialog " + dialog.callID + ": state change from " + dialog.state.name + " to " + state.name);
dialog.lastState = dialog.state;
dialog.state = state;