X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/43e8ec57857e3786b40eb4208729e9fcf9826000..8b975b5e809b7dc4f5518d6ecb22296c1bb378bd:/LinuxGUI/Ventoy2Disk/main.c diff --git a/LinuxGUI/Ventoy2Disk/main.c b/LinuxGUI/Ventoy2Disk/main.c index efdc170..e12208e 100644 --- a/LinuxGUI/Ventoy2Disk/main.c +++ b/LinuxGUI/Ventoy2Disk/main.c @@ -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 {