mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Fix misplaced quote in error messsage
(cherry picked from commit 748240b090)
This commit is contained in:
parent
3c357f3247
commit
94fdbf67a9
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ Error ScriptDebuggerRemote::connect_to_host(const String &p_host, uint16_t p_por
|
|||
} else {
|
||||
|
||||
OS::get_singleton()->delay_usec(1000000);
|
||||
print_line("Remote Debugger: Connection failed with status: " + String::num(tcp_client->get_status()) + "'', retrying in 1 sec.");
|
||||
print_line("Remote Debugger: Connection failed with status: '" + String::num(tcp_client->get_status()) + "', retrying in 1 sec.");
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue