more debug

This commit is contained in:
Christian Rotzoll
2019-04-12 13:21:25 +01:00
parent 550ce4e89d
commit a4c4114cf1

View File

@@ -68,8 +68,10 @@ if mode=="new":
print("seedwords='"+seedwordsString+"'")
except grpc.RpcError as err:
print("err='Failed: gRPC gRPC error'")
print("errCode="+err.code())
print >> sys.stderr, err
print >> sys.stderr, err.code()
print(err)
print(err.code())
except Exception as err:
print("err='Failed: RPC GenSeedRequest'")
print("debug='"+err.debug_error_string+"'")