Skip to content

Commit

Permalink
mythbackend/services/image.cpp: silence -Wundef
Browse files Browse the repository at this point in the history
  • Loading branch information
ulmus-scott authored and bennettpeter committed Nov 24, 2022
1 parent 8d0009f commit 5ce1dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/programs/mythbackend/services/image.cpp
Expand Up @@ -116,7 +116,7 @@ DTC::ImageMetadataInfoList* Image::GetImageInfoList(int id)
imInfo->setLabel(parts[1]);
imInfo->setValue(parts[2]);

#if DUMP_METADATA_TAGS
#if defined(DUMP_METADATA_TAGS) && DUMP_METADATA_TAGS
LOG(VB_FILE, LOG_DEBUG, LOC +
QString("Metadata %1 : %2 : '%3'").arg(parts[0], parts[1], parts[2]));
#endif
Expand Down

0 comments on commit 5ce1dea

Please sign in to comment.