Skip to content

Commit 547e6db

Browse files
committed
CR3 IAD1 sensor info should not be DEBUG_PRIO_WARNING
1 parent e22453a commit 547e6db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librawspeed/decoders/Cr3Decoder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ IsoMCanonIad1Box::IsoMCanonIad1Box(const AbstractIsoMBox& base)
422422
sensorBlackAreaTop = data.get<uint16_t>();
423423
}
424424

425-
writeLog(DEBUG_PRIO_WARNING,
425+
writeLog(DEBUG_PRIO_EXTRA,
426426
"IAD1 sensor width: %d, height: %d, crop: %u, %u, %u, %u, black "
427427
"area left: %u, top: %u",
428428
sensorWidth, sensorHeight, sensorLeftBorder, sensorTopBorder,

0 commit comments

Comments
 (0)