Skip to content

Commit

Permalink
CR3 IAD1 sensor info should not be DEBUG_PRIO_WARNING
Browse files Browse the repository at this point in the history
  • Loading branch information
cytrinox committed May 14, 2021
1 parent e22453a commit 547e6db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librawspeed/decoders/Cr3Decoder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ IsoMCanonIad1Box::IsoMCanonIad1Box(const AbstractIsoMBox& base)
sensorBlackAreaTop = data.get<uint16_t>();
}

writeLog(DEBUG_PRIO_WARNING,
writeLog(DEBUG_PRIO_EXTRA,
"IAD1 sensor width: %d, height: %d, crop: %u, %u, %u, %u, black "
"area left: %u, top: %u",
sensorWidth, sensorHeight, sensorLeftBorder, sensorTopBorder,
Expand Down

0 comments on commit 547e6db

Please sign in to comment.