fix unregistered error
This commit is contained in:
parent
c0b69b9e09
commit
9c75eb872b
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ var (
|
|||
sendError = "network failure"
|
||||
}
|
||||
if result.UnregisteredFailure {
|
||||
sendError = "not on"
|
||||
sendError = "user not registered"
|
||||
}
|
||||
t.AppendRow(table.Row{result.Address.Number, result.Address.UUID, "", sendError})
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue