Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
ccanel committed May 8, 2024
1 parent c1f8acb commit e39f96f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ratemon/runtime/c/libratemon_interp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ void timer_callback(const boost::system::error_code &error) {
}

lock_scheduler.lock();
RM_PRINTF("Performing scheduling\n");
RM_PRINTF("INFO: performing scheduling\n");

if (active_fds_queue.empty() && paused_fds_queue.empty()) {
if (timer.expires_from_now(one_sec)) {
Expand Down

0 comments on commit e39f96f

Please sign in to comment.