Skip to content

Commit

Permalink
Add an error log entry if initialization fails.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpinkham committed Nov 21, 2021
1 parent ee46be4 commit d8e07d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/FPPVastFM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ class FPPVastFMPlugin : public FPPPlugin {
return true;
}

LogErr(VB_PLUGIN, "VAST-FMT: Unable to initialize si4713\n");

delete si4713;
si4713 = nullptr;

Expand Down

0 comments on commit d8e07d4

Please sign in to comment.