mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2025-07-03 08:15:25 +00:00
better info
This commit is contained in:
parent
5804afa3e5
commit
9518ba3651
@ -31,7 +31,7 @@ const LICENSE_FILE: &'static str = ".license.txt";
|
||||
|
||||
pub fn check_lic(email: &str, version: &str) -> bool {
|
||||
if email.is_empty() {
|
||||
log::error!("Registered email required (-m option). Please visit https://rustdesk.com/server for more infomration.");
|
||||
log::error!("Registered email required (-m option). Please pay and register on https://rustdesk.com/server.");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user