Kaydet (Commit) f70d8277 authored tarafından Caolán McNamara's avatar Caolán McNamara

ival is the intended source here

Change-Id: I25aa7a3d72a346cbc6b01501cf377984be92b3fa
üst 3257da32
...@@ -156,7 +156,7 @@ void printPropertySet( ...@@ -156,7 +156,7 @@ void printPropertySet(
else if ( ( a >>= ival ) ) else if ( ( a >>= ival ) )
{ {
OSL_TRACE("%s: Got property: %s = %d", OSL_TRACE("%s: Got property: %s = %d",
PRTSTR(prefix), PRTSTR(aPropDetails[i].Name), PRTSTR(tmp)); PRTSTR(prefix), PRTSTR(aPropDetails[i].Name), ival);
} }
else else
{ {
......
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