summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AudioManagerCore/src/CAmDatabaseHandlerMap.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/AudioManagerCore/src/CAmDatabaseHandlerMap.cpp b/AudioManagerCore/src/CAmDatabaseHandlerMap.cpp
index c70daa9..4b92018 100644
--- a/AudioManagerCore/src/CAmDatabaseHandlerMap.cpp
+++ b/AudioManagerCore/src/CAmDatabaseHandlerMap.cpp
@@ -2877,7 +2877,7 @@ am_Error_e CAmDatabaseHandlerMap::changeSourceSoundPropertyDB(const am_SoundProp
return (E_OK);
}
}
- logError(__func__,"sourceID must be valid");
+ logError(__func__,"soundproperty type must be valid source:",sourceID,"type",soundProperty.type);
return (E_NON_EXISTENT);
}
@@ -2901,7 +2901,7 @@ am_Error_e CAmDatabaseHandlerMap::changeSinkSoundPropertyDB(const am_SoundProper
return (E_OK);
}
}
- logError(__func__,"sinkID must be valid");
+ logError(__func__,"soundproperty type must be valid sinkID:",sinkID,"type",soundProperty.type);
return (E_NON_EXISTENT);
}