Update nokia.image-processing Scale error message

This commit is contained in:
Marco Castelluccio 2014-11-07 22:27:58 +01:00
Родитель 7a8c5165b7
Коммит 26bc1f9702
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -594,7 +594,7 @@ NokiaImageProcessingLocalMsgConnection.prototype.sendMessageToServer = function(
var quality = decoder.getValue(DataType.BYTE);
if (aspect != "FullImage" && aspect != "LockToPartialView") {
console.error("(nokia.image-processing) event " + name + " with aspect != 'FullImage' not implemented " +
console.error("(nokia.image-processing) event " + name + " with aspect != 'FullImage' or 'LockToPartialView' not implemented " +
util.decodeUtf8(new Uint8Array(message.data.buffer, message.offset, message.length)));
return;
}