udhcpc: downgrade "MAC X:X:X:X:X:X" message to log2 level
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
		@@ -66,7 +66,7 @@ int FAST_FUNC udhcp_read_interface(const char *interface, int *ifindex, uint32_t
 | 
			
		||||
			return -1;
 | 
			
		||||
		}
 | 
			
		||||
		memcpy(mac, ifr->ifr_hwaddr.sa_data, 6);
 | 
			
		||||
		log1("MAC %02x:%02x:%02x:%02x:%02x:%02x",
 | 
			
		||||
		log2("MAC %02x:%02x:%02x:%02x:%02x:%02x",
 | 
			
		||||
			mac[0], mac[1], mac[2], mac[3], mac[4], mac[5]);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user