better info

This commit is contained in:
open-trade 2021-04-18 11:05:22 +08:00
parent 5804afa3e5
commit 9518ba3651

View File

@ -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;
}