From d8e07d4552c72c07c97c973e3d4d66da7fb50bce Mon Sep 17 00:00:00 2001 From: Chris Pinkham Date: Sat, 20 Nov 2021 23:11:38 -0800 Subject: [PATCH] Add an error log entry if initialization fails. --- src/FPPVastFM.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/FPPVastFM.cpp b/src/FPPVastFM.cpp index 05a51ec..2a1733b 100755 --- a/src/FPPVastFM.cpp +++ b/src/FPPVastFM.cpp @@ -83,6 +83,8 @@ class FPPVastFMPlugin : public FPPPlugin { return true; } + LogErr(VB_PLUGIN, "VAST-FMT: Unable to initialize si4713\n"); + delete si4713; si4713 = nullptr;