Skip to content

Commit

Permalink
LogError for real
Browse files Browse the repository at this point in the history
  • Loading branch information
jackburton79 committed Nov 19, 2024
1 parent f3d1ba0 commit adaa8e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/IconCache.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ IconCache::GetIcon(const entry_ref *ref)
if (status == B_OK)
sInstance.fCache.emplace(mimeTypePtr, icon);
else
LogTrace("IconCache: GetTrackerIcon returned - %s", ::strerror(status));
LogError("IconCache: GetTrackerIcon returned - %s", ::strerror(status));

return icon;
}
Expand Down

0 comments on commit adaa8e9

Please sign in to comment.