]> nmode's Git Repositories - signal-cli/blobdiff - src/main/java/org/asamk/signal/commands/RegisterCommand.java
Implement receive command for JSON-RPC mode
[signal-cli] / src / main / java / org / asamk / signal / commands / RegisterCommand.java
index 4415bb1812006cf39ca2217a1632c01072d9be0d..842878776a700eddd12c4aff390a3e6b0116bc8c 100644 (file)
@@ -80,7 +80,7 @@ public class RegisterCommand implements RegistrationCommand, JsonRpcRegistration
         } catch (NonNormalizedPhoneNumberException e) {
             throw new UserErrorException("Failed to register: " + e.getMessage(), e);
         } catch (IOException e) {
-            throw new IOErrorException("Request verify error: " + e.getMessage(), e);
+            throw new IOErrorException("Failed to register: " + e.getMessage(), e);
         }
     }