summaryrefslogtreecommitdiff
path: root/daemons/gptp/linux/src/linux_hal_i210.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'daemons/gptp/linux/src/linux_hal_i210.cpp')
-rw-r--r--daemons/gptp/linux/src/linux_hal_i210.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/daemons/gptp/linux/src/linux_hal_i210.cpp b/daemons/gptp/linux/src/linux_hal_i210.cpp
index 391b797d..117a590a 100644
--- a/daemons/gptp/linux/src/linux_hal_i210.cpp
+++ b/daemons/gptp/linux/src/linux_hal_i210.cpp
@@ -78,10 +78,10 @@ pci_connect( device_t *igb_dev )
if (err) {
continue;
}
- printf("attaching to %s\n", devpath);
+ GPTP_LOG_INFO("attaching to %s", devpath);
err = igb_attach(devpath, igb_dev);
if (err) {
- printf("attach failed! (%s)\n", strerror(err));
+ GPTP_LOG_ERROR("attach failed! (%s)", strerror(err));
continue;
}
/*igb_attach_tx missing here ???*/