aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/python/Memif.py
diff options
context:
space:
mode:
Diffstat (limited to 'resources/libraries/python/Memif.py')
-rw-r--r--resources/libraries/python/Memif.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/libraries/python/Memif.py b/resources/libraries/python/Memif.py
index 71c476fb9e..53fbcef404 100644
--- a/resources/libraries/python/Memif.py
+++ b/resources/libraries/python/Memif.py
@@ -13,9 +13,9 @@
"""Memif interface library."""
-import logging
from enum import IntEnum
+from robot.api import logger
from resources.libraries.python.topology import NodeType, Topology
from resources.libraries.python.PapiExecutor import PapiExecutor
@@ -54,7 +54,7 @@ class Memif(object):
L2Util.bin_to_mac(item["memif_details"]["hw_addr"])
data.append(item)
- logging.debug("MEMIF data:\n{data}".format(data=data))
+ logger.debug("MEMIF data:\n{data}".format(data=data))
return data