Commit 2033312b authored by Jeremy White's avatar Jeremy White Committed by Alexandre Julliard

sane.ds: Add a log message to flag unsupported operations.

parent c00d81ab
......@@ -386,5 +386,8 @@ TW_UINT16 SANE_SaneCapability (pTW_CAPABILITY pCapability, TW_UINT16 action)
if (twCC == TWCC_CAPUNSUPPORTED && action == MSG_QUERYSUPPORT)
twCC = set_onevalue(pCapability, 0, TWTY_INT32);
if (twCC == TWCC_CAPUNSUPPORTED)
TRACE("capability 0x%x/action=%d being reported as unsupported\n", pCapability->Cap, action);
return twCC;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment