Skip to content

Commit

Permalink
Fix log message
Browse files Browse the repository at this point in the history
  • Loading branch information
chippmann committed Oct 11, 2024
1 parent 0f9f70d commit 01bf412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/script/jvm_script_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ void JvmScriptManager::create_and_update_scripts(Vector<KtClass*>& classes) {
// We have to delay the call to update_script_exports. The engine is not fully initialized and scripts can cause undefined behaviors.
MessageQueue::get_singleton()->push_callable(callable_mp(this, &JvmScriptManager::update_all_scripts).bind(last_reload));
#endif
JVM_DEV_LOG("JVM are now loaded.");
JVM_DEV_LOG("JVM scripts are now loaded.");
}

Ref<NamedScript> JvmScriptManager::get_named_script_from_index(int p_index) const {
Expand Down

0 comments on commit 01bf412

Please sign in to comment.