Home | History | Annotate | Download | only in include

Lines Matching refs:cmsg

429             var cmsg = typeof(statusMsg) !== 'undefined' ? (" Msg: " + statusMsg) : "";
430 var fullmsg = "New state '" + state + "', was '" + oldstate + "'." + cmsg;
432 Util.Error(cmsg);
434 Util.Warn(cmsg);