From d1190f8299bfa94f97c2f377b3193585c8b3038d Mon Sep 17 00:00:00 2001 From: Bernhard B Date: Wed, 20 Oct 2021 21:49:11 +0200 Subject: [PATCH] improved log message * notify users that registering a phone number only works in normal/native mode. --- src/scripts/jsonrpc2-helper.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/jsonrpc2-helper.go b/src/scripts/jsonrpc2-helper.go index 759b371..9b4d1f5 100644 --- a/src/scripts/jsonrpc2-helper.go +++ b/src/scripts/jsonrpc2-helper.go @@ -43,7 +43,7 @@ func main() { items, err := ioutil.ReadDir(signalCliConfigDataDir) if err != nil { - log.Fatal("Couldn't read contents of ", signalCliConfigDataDir) + log.Fatal("Couldn't read contents of ", signalCliConfigDataDir, ". Is your phone number properly registered? Please be aware that registering a phone number only works in normal/native mode and is currently not supported in json-rpc mode!") } for _, item := range items { if item.IsDir() {