summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-04-01 20:35:43 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-04-02 08:15:59 +0100
commitf70d8277941ada544736abdb72548fb16e0d992d (patch)
treee6b95857894f191d3ec380e357e44e7434322121 /cui
parent3257da329760fb58a2a559d9a9891b8cc3176e09 (diff)
ival is the intended source here
Change-Id: I25aa7a3d72a346cbc6b01501cf377984be92b3fa
Diffstat (limited to 'cui')
-rw-r--r--cui/source/customize/cfg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/customize/cfg.cxx b/cui/source/customize/cfg.cxx
index 2429961f12f9..a8a749616092 100644
--- a/cui/source/customize/cfg.cxx
+++ b/cui/source/customize/cfg.cxx
@@ -156,7 +156,7 @@ void printPropertySet(
else if ( ( a >>= ival ) )
{
OSL_TRACE("%s: Got property: %s = %d",
- PRTSTR(prefix), PRTSTR(aPropDetails[i].Name), PRTSTR(tmp));
+ PRTSTR(prefix), PRTSTR(aPropDetails[i].Name), ival);
}
else
{