update error message to reference buffers

This commit is contained in:
Eugene Ware 2013-09-20 00:57:40 +10:00
parent cd29f806f1
commit 99f76ca7d2

View File

@ -901,7 +901,7 @@ private:
paramValues[i] = cHexString;
} else {
//a paramter was not a string
LOG("Parameter not a string");
LOG("Parameter not a string or buffer");
ReleaseCStringArray(paramValues, i-1);
return 0;
}