mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2025-07-03 16:25:27 +00:00
rustdesk.com/server
This commit is contained in:
parent
ea98675b21
commit
cefbec9a1c
@ -36,7 +36,7 @@ pub fn check_lic(email: &str) -> bool {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if email.is_empty() {
|
if email.is_empty() {
|
||||||
log::error!("Registered email required.");
|
log::error!("Registered email required (-m option). Please visit https://rustdesk.com/server for more infomration.");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user