generator: Don't prefix error messages with command name.
authorRichard Jones <rjones@redhat.com>
Fri, 12 Feb 2010 13:42:57 +0000 (13:42 +0000)
committerRichard Jones <rjones@redhat.com>
Fri, 12 Feb 2010 16:48:34 +0000 (16:48 +0000)
The command name is already being added by the RPC stubs, so
adding it again in Perl and C# just results in doubled error messages
like:
  foo: foo: the error


No differences found