fix typo
This commit is contained in:
Dw9 2022-04-18 11:48:56 +08:00 committed by GitHub
parent 97952bdf0f
commit c82cc587c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -243,7 +243,7 @@ API_EXPORT uint16_t API_CALL mk_rtc_server_start(uint16_t port) {
return rtcServer->getPort(); return rtcServer->getPort();
} catch (std::exception &ex) { } catch (std::exception &ex) {
rtpServer.reset(); rtcServer.reset();
WarnL << ex.what(); WarnL << ex.what();
return 0; return 0;
} }