You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-12-24 14:20:59 +03:00
remove error log for ioctl
This commit is contained in:
@@ -1031,7 +1031,7 @@ void pingDeviceThread()
|
||||
|
||||
/* Read interface flags */
|
||||
if (ioctl(sockfd, SIOCGIFFLAGS, &ifr) < 0) {
|
||||
log.writeLog(__LINE__, "Error reading ioctl", LOG_TYPE_ERROR);
|
||||
// not supported
|
||||
close(sockfd);
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -8751,7 +8751,7 @@ int ProcessManager::OAMParentModuleChange()
|
||||
|
||||
/* Read interface flags */
|
||||
if (ioctl(sockfd, SIOCGIFFLAGS, &ifr) < 0) {
|
||||
log.writeLog(__LINE__, "Error reading ioctl for NIC #1", LOG_TYPE_ERROR);
|
||||
// not supported
|
||||
close(sockfd);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user