diff options
Diffstat (limited to 'src/usr/devicefw/associator.C')
-rw-r--r-- | src/usr/devicefw/associator.C | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/usr/devicefw/associator.C b/src/usr/devicefw/associator.C index 80ca6d9b6..8919e0a07 100644 --- a/src/usr/devicefw/associator.C +++ b/src/usr/devicefw/associator.C @@ -76,6 +76,7 @@ namespace DeviceFW if(((targets.flag) && (i_targetType != WILDCARD)) || ((!targets.flag) && (i_targetType == WILDCARD))) { + TRACFCOMP(g_traceBuffer, "Invalid registration type was given to register a device : i_opType=%d, i_accType=%d, i_targetType=%d", i_opType, i_accType, i_targetType ); /*@ * @errortype * @moduleid DEVFW_MOD_ASSOCIATOR @@ -211,6 +212,7 @@ namespace DeviceFW // Call function if one was found, create error otherwise. if (NULL == l_devRoute) { + TRACFCOMP(g_traceBuffer, "A device driver operation was attempted for which no driver has been registered : i_opType=%d, i_accessType=%d, l_devType=%d", i_opType, i_accessType, l_devType ); /*@ * @errortype * @moduleid DEVFW_MOD_ASSOCIATOR |