diff options
author | Hop311 <Hop3114@gmail.com> | 2024-01-22 21:18:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-22 21:18:53 +0100 |
commit | 10f1f250883529e809d18a369f3668cfacd3bfd1 (patch) | |
tree | 7cd8a379963af18c24f8dabfe7525b39f2333e0c /src/openvic-simulation/misc/Event.cpp | |
parent | 8205732a1b95f018f0898a2a4bc62e22f5bee0d3 (diff) | |
parent | caa2f31d536f568e485f15537db5e2f79f7616d5 (diff) |
Merge pull request #135 from OpenVicProject/misc-changes
Miscellaneous bug fixes and format cleanup
Diffstat (limited to 'src/openvic-simulation/misc/Event.cpp')
-rw-r--r-- | src/openvic-simulation/misc/Event.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openvic-simulation/misc/Event.cpp b/src/openvic-simulation/misc/Event.cpp index 1796799..34743e8 100644 --- a/src/openvic-simulation/misc/Event.cpp +++ b/src/openvic-simulation/misc/Event.cpp @@ -213,7 +213,7 @@ bool EventManager::load_on_action_file(ast::NodeCPtr root) { ret &= map_callback(weighted_events, event)(weight); } else { Logger::warning( - "Non-existing event ", event->get_identifier(), " loaded on action ", identifier, "with weight", + "Non-existing event ", event_node, " loaded on action ", identifier, " with weight ", weight, "!" ); } |