summaryrefslogtreecommitdiffstats
path: root/runtime/netstrms.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-04-28 12:16:18 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-04-28 12:16:18 +0200
commit10e06c833a55b972c0e4943eea3223f21ad73736 (patch)
treed7013fc4235eb7a235d514686c712f7958316d69 /runtime/netstrms.c
parent76e4eb29d4343d11cb2e4b354f7d7d14df707b7a (diff)
downloadrsyslog-10e06c833a55b972c0e4943eea3223f21ad73736.tar.gz
rsyslog-10e06c833a55b972c0e4943eea3223f21ad73736.tar.xz
rsyslog-10e06c833a55b972c0e4943eea3223f21ad73736.zip
added $DefaultNetstreamDriver config directive
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