diff options
Diffstat (limited to 'parameter')
-rw-r--r-- | parameter/Subsystem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parameter/Subsystem.cpp b/parameter/Subsystem.cpp index 28faa01..fc54695 100644 --- a/parameter/Subsystem.cpp +++ b/parameter/Subsystem.cpp @@ -440,7 +440,7 @@ bool CSubsystem::handleSubsystemObjectCreation( pSubsystemObjectCreator->getMaxConfigurableElementSize()) { string strSizeError = "Size should not exceed " + - pSubsystemObjectCreator->getMaxConfigurableElementSize(); + toString(pSubsystemObjectCreator->getMaxConfigurableElementSize()); strError = getMappingError(strKey, strSizeError, pInstanceConfigurableElement); |