summaryrefslogtreecommitdiffstats
path: root/omfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'omfile.c')
-rw-r--r--omfile.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/omfile.c b/omfile.c
index f2d7814a..7d41fc0a 100644
--- a/omfile.c
+++ b/omfile.c
@@ -38,7 +38,6 @@
#include <unistd.h>
#include <sys/file.h>
-//#include <sys/param.h>
#include "rsyslog.h"
#include "syslogd.h"
@@ -424,6 +423,8 @@ int doActionFile(selector_t *f)
{
assert(f != NULL);
+ dprintf(" (%s)\n", f->f_un.f_file.f_fname);
+printf("iovUsed address: %x, size %d\n",&f->f_iIovUsed, sizeof(selector_t));
/* f->f_file == -1 is an indicator that the we couldn't
* open the file at startup. For dynaFiles, this is ok,
* all others are doomed.