replaced LOG type with other thing.
authorjihwan.seo <jihwan.seo@samsung.com>
Sat, 22 Aug 2015 02:14:51 +0000 (11:14 +0900)
committerJon A. Cruz <jonc@osg.samsung.com>
Sat, 22 Aug 2015 04:06:16 +0000 (04:06 +0000)
when this logic is worked,
the log is giving some confusion now.

Change-Id: I7ca43eb16d211b75975a27d07aaf841f0ecb91cf
Signed-off-by: jihwan.seo <jihwan.seo@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/2259
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Jon A. Cruz <jonc@osg.samsung.com>
resource/csdk/connectivity/src/ip_adapter/arduino/caipnwmonitor_eth.cpp
resource/csdk/connectivity/src/ip_adapter/arduino/caipnwmonitor_wifi.cpp
resource/csdk/connectivity/src/ip_adapter/linux/caipnwmonitor.c

index 79f717c..c9ef984 100644 (file)
@@ -104,7 +104,7 @@ u_arraylist_t *CAIPGetInterfaceInformation(int desiredIndex)
         goto exit;
     }
 
-    OIC_LOG_V(ERROR, TAG, "Added interface: %s (%d)", ifitem->name, ifitem->family);
+    OIC_LOG_V(DEBUG, TAG, "Added interface: %s (%d)", ifitem->name, ifitem->family);
 
     return iflist;
 
index 860f5b2..3323c4a 100644 (file)
@@ -108,7 +108,7 @@ u_arraylist_t *CAIPGetInterfaceInformation(int desiredIndex)
         goto exit;
     }
 
-    OIC_LOG_V(ERROR, TAG, "Added interface: %s (%d)", ifitem->name, ifitem->family);
+    OIC_LOG_V(DEBUG, TAG, "Added interface: %s (%d)", ifitem->name, ifitem->family);
 
     return iflist;
 
index 3850b88..c70e9cc 100644 (file)
@@ -138,7 +138,7 @@ u_arraylist_t *CAIPGetInterfaceInformation(int desiredIndex)
             goto exit;
         }
 
-        OIC_LOG_V(ERROR, TAG, "Added interface: %s (%d)", ifitem->name, family);
+        OIC_LOG_V(DEBUG, TAG, "Added interface: %s (%d)", ifitem->name, family);
     }
 
     freeifaddrs(ifp);