summaryrefslogtreecommitdiffstats
path: root/runtime/netstrms.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/netstrms.c')
-rw-r--r--runtime/netstrms.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/netstrms.c b/runtime/netstrms.c
index 661234e4..caded8a4 100644
--- a/runtime/netstrms.c
+++ b/runtime/netstrms.c
@@ -61,6 +61,7 @@ loadDrvr(netstrms_t *pThis)
pDrvrName = pThis->pDrvrName;
if(pDrvrName == NULL) /* if no drvr name is set, use system default */
pDrvrName = glbl.GetDfltNetstrmDrvr();
+RUNLOG_VAR("%s", pDrvrName);
pThis->Drvr.ifVersion = nsdCURR_IF_VERSION;
/* The pDrvrName+2 below is a hack to obtain the object name. It