Skip to content

Commit

Permalink
fixup! [Log] most Devices/FirmwareInfo: use Q_FUNC_INFO
Browse files Browse the repository at this point in the history
  • Loading branch information
nephros committed Jan 26, 2024
1 parent d2f6ed9 commit 5d861ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/src/devices/infinitimefirmwareinfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ void InfinitimeFirmwareInfo::determineFirmwareType()
}
else if(root->entry("resources.json") != nullptr)
{
qDebug() << << Q_FUNC_INFO << "Resource file detected";
qDebug() << Q_FUNC_INFO << "Resource file detected";
m_type = Res_Compressed;
}
}
Expand Down

0 comments on commit 5d861ca

Please sign in to comment.