boulder/cmd/boulder-publisher
Daniel McCarney 63f5c85b0b Uses standardized error format for Publisher gRPC errs. (#2378)
When the CA and the VA encounter an error from grpc.ServerSetup() they
print a message of the form:

> "Unable to setup XXX gRPC server", where XXX is "CA", or "VA".

Prior to this commit when the publisher encounters the same error it
prints:

> "Failed to setup gRPC server".

This commit updates the Publisher cmd to use the same gRPC error message
format as the CA and the VA.
2016-12-01 11:31:14 -08:00
..
main.go Uses standardized error format for Publisher gRPC errs. (#2378) 2016-12-01 11:31:14 -08:00
main_test.go Add dummy tests for all commands. (#1879) 2016-06-03 11:54:03 -07:00