Skip to content

Commit

Permalink
Fix textscroller warning message [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
tobbi committed Mar 4, 2024
1 parent 529ecf7 commit 7a44bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/object/textscroller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ TextScroller::TextScroller(const ReaderMapping& mapping) :
{
if (!mapping.get("file", m_filename))
{
log_warning << mapping.get_doc().get_filename() << "'file' tag missing" << std::endl;
log_warning << mapping.get_doc().get_filename() << ": 'file' tag missing" << std::endl;
}
else
{
Expand Down

0 comments on commit 7a44bfd

Please sign in to comment.