diff --git a/perl-xCAT/xCAT/Client.pm b/perl-xCAT/xCAT/Client.pm index d865d12ec..fdc7bc059 100644 --- a/perl-xCAT/xCAT/Client.pm +++ b/perl-xCAT/xCAT/Client.pm @@ -528,7 +528,8 @@ sub plugin_command { } } #Otherwise, global handler is implicitly disabled } else { - return 1; #TODO: error back that request has no known plugin for it + print "Error request: $req->{command}->[0] has no known plugin for it.\n"; + return 1; } if ($useunhandled) { my $queuelist;