Add warning color to output log
This commit is contained in:
parent
b68f186c46
commit
94cf2133d5
5 changed files with 36 additions and 15 deletions
|
|
@ -1198,7 +1198,7 @@ void ScriptEditorDebugger::start() {
|
|||
|
||||
int remote_port = (int)EditorSettings::get_singleton()->get("network/debug/remote_port");
|
||||
if (server->listen(remote_port) != OK) {
|
||||
EditorNode::get_log()->add_message(String("Error listening on port ") + itos(remote_port), true);
|
||||
EditorNode::get_log()->add_message(String("Error listening on port ") + itos(remote_port), EditorLog::MSG_TYPE_ERROR);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue