Skip to content

Commit

Permalink
Enhance ubnounded queue reallocation message
Browse files Browse the repository at this point in the history
  • Loading branch information
odygrd committed Jun 15, 2023
1 parent 91f28af commit 4bc4506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quill/include/quill/detail/backend/BackendWorker.h
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@ std::byte* BackendWorker::_read_unbounded_queue(UnboundedQueue& queue, ThreadCon
// we switched to a new here, and we also notify the user of the allocation via the
// notification_handler
_notification_handler(fmt::format(
"{} Quill INFO: A new SPSC queue has been allocated with a new capacity of {} bytes, and "
"{} Quill INFO: A new SPSC queue has been allocated with a new capacity of {} bytes and "
"a previous capacity of {} bytes from thread {}",
ts, allocation_info->first, allocation_info->second, thread_context->thread_id()));
}
Expand Down

0 comments on commit 4bc4506

Please sign in to comment.