@@ -198,7 +198,7 @@ int main(int argc, char *argv[])
if(nRet < 0)
{
- TRACE("Error: %s\n", strerror(errno));
+ TRACE("%s\n", strerror(errno));
}