File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ sai_object_type_t VirtualObjectIdManager::saiObjectTypeQuery(
146
146
147
147
if (objectType == SAI_OBJECT_TYPE_NULL || objectType >= SAI_OBJECT_TYPE_EXTENSIONS_MAX)
148
148
{
149
- SWSS_LOG_ERROR (" invalid object id 0x %s" ,
149
+ SWSS_LOG_ERROR (" invalid object id %s" ,
150
150
sai_serialize_object_id (objectId).c_str ());
151
151
152
152
/*
@@ -359,7 +359,7 @@ sai_object_type_t VirtualObjectIdManager::objectTypeQuery(
359
359
360
360
if (!sai_metadata_is_object_type_valid (objectType))
361
361
{
362
- SWSS_LOG_ERROR (" invalid object id 0x %s" ,
362
+ SWSS_LOG_ERROR (" invalid object id %s" ,
363
363
sai_serialize_object_id (objectId).c_str ());
364
364
365
365
return SAI_OBJECT_TYPE_NULL;
Original file line number Diff line number Diff line change @@ -742,7 +742,7 @@ sai_status_t Syncd::processBulkEntry(
742
742
}
743
743
744
744
sai_status_t Syncd::processEntry (
745
- _In_ sai_object_meta_key_t & metaKey,
745
+ _In_ sai_object_meta_key_t metaKey,
746
746
_In_ sai_common_api_t api,
747
747
_In_ uint32_t attr_count,
748
748
_In_ sai_attribute_t *attr_list)
Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ namespace syncd
211
211
public: // TODO to private
212
212
213
213
sai_status_t processEntry (
214
- _In_ sai_object_meta_key_t & meta_key,
214
+ _In_ sai_object_meta_key_t meta_key,
215
215
_In_ sai_common_api_t api,
216
216
_In_ uint32_t attr_count,
217
217
_In_ sai_attribute_t *attr_list);
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ sai_object_type_t RealObjectIdManager::saiObjectTypeQuery(
143
143
144
144
if (objectType == SAI_OBJECT_TYPE_NULL || objectType >= SAI_OBJECT_TYPE_EXTENSIONS_MAX)
145
145
{
146
- SWSS_LOG_ERROR (" invalid object id 0x %s" ,
146
+ SWSS_LOG_ERROR (" invalid object id %s" ,
147
147
sai_serialize_object_id (objectId).c_str ());
148
148
149
149
/*
@@ -357,7 +357,7 @@ sai_object_type_t RealObjectIdManager::objectTypeQuery(
357
357
358
358
if (!sai_metadata_is_object_type_valid (objectType))
359
359
{
360
- SWSS_LOG_ERROR (" invalid object id 0x %s" ,
360
+ SWSS_LOG_ERROR (" invalid object id %s" ,
361
361
sai_serialize_object_id (objectId).c_str ());
362
362
363
363
return SAI_OBJECT_TYPE_NULL;
You can’t perform that action at this time.
0 commit comments