diff options
Diffstat (limited to 'libcore')
| -rw-r--r-- | libcore/skinsetup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcore/skinsetup.c b/libcore/skinsetup.c index c9ae7bd..1630cc9 100644 --- a/libcore/skinsetup.c +++ b/libcore/skinsetup.c @@ -37,7 +37,7 @@ void cSkinSetupParameter::Debug(void) { dsyslog("skindesigner: min %d, max %d", min, max); if (type == sptString && options) { for (int i=0; i < numOptions; i++) { - dsyslog("skindesigner: option %d: %s, translated: %s", i+1, options[i], optionsTranslated[i]); + dsyslog("skindesigner: option %d: %s", i+1, options[i]); } } } |
