|
|
@@ -887,7 +887,8 @@ sub _execute_command {
|
|
|
return $self->commands->parse_response( $res, $resp );
|
|
|
}
|
|
|
else {
|
|
|
- croak "Couldn't retrieve command settings properly\n";
|
|
|
+ #Tell the use about the offending setting.
|
|
|
+ croak "Couldn't retrieve command settings properly ".$res->{command}."\n";
|
|
|
}
|
|
|
}
|
|
|
|