update languages.ini and license

This commit is contained in:
longpanda 2021-02-27 09:27:31 +08:00
parent 96c5a25263
commit 08634fba9f
13 changed files with 62 additions and 80 deletions

View file

@ -63,7 +63,7 @@ int main(int argc, char **argv)
rc = ventoy_http_start(ip, port);
if (rc)
{
printf("failed to start http server\n");
printf("Ventoy failed to start http server, check log.txt for detail\n");
}
else
{