Skip to content

Commit

Permalink
Update outdated log message
Browse files Browse the repository at this point in the history
  • Loading branch information
dshil committed Nov 15, 2023
1 parent 3b4af68 commit f0d4995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal_modules/roc_pipeline/sender_session.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ packet::stream_source_t SenderSession::on_get_sending_source(size_t source_index
return 456;
}

roc_panic("sender slot: source index out of bounds: source_index=%lu",
roc_panic("sender session: source index out of bounds: source_index=%lu",
(unsigned long)source_index);
}

Expand Down

0 comments on commit f0d4995

Please sign in to comment.