return "0";\r
}\r
} else {\r
- logger.error("Did not attemt to run command(s) due to a validation error.");\r
+ logger.debug("Did not attempt to run command(s) that were not ready.");\r
return "0";\r
}\r
} else { \r
public boolean commandsAreValid(String commands) {\r
if (commands.equals("record")) {\r
if (!pzreq.getCommand("record").hasParameterValue("id")) {\r
- logger.error("Attempt to send record command without the id parameter");\r
+ logger.debug("Attempt to send record command without the id parameter");\r
return false;\r
}\r
}\r