summaryrefslogtreecommitdiffstats
path: root/tools/omfile.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-06-29 15:45:39 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-06-29 15:45:39 +0200
commitc522f1932aa2233c9fe847e449b5556723f8c186 (patch)
tree6c110943e210cf4c49103fbbee12ba6b0051f3ae /tools/omfile.c
parent10430a189af0ecdbdad6c2542280f6d397ec4752 (diff)
parentb0a3e85e102c3e549574bf8f418ca643109f2884 (diff)
downloadrsyslog-c522f1932aa2233c9fe847e449b5556723f8c186.tar.gz
rsyslog-c522f1932aa2233c9fe847e449b5556723f8c186.tar.xz
rsyslog-c522f1932aa2233c9fe847e449b5556723f8c186.zip
Merge branch 'master-elasticsearch' into tmp
Diffstat (limited to 'tools/omfile.c')
-rw-r--r--tools/omfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/omfile.c b/tools/omfile.c
index 68222883..90b452bf 100644
--- a/tools/omfile.c
+++ b/tools/omfile.c
@@ -229,7 +229,7 @@ CODESTARTdbgPrintInstInfo
dbgprintf("[dynamic]\n");
} else { /* regular file */
dbgprintf("%s%s\n", pData->f_fname,
- (pData->pStrm == NULL) ? " (unused)" : "");
+ (pData->pStrm == NULL) ? " (closed)" : "");
}
dbgprintf("\ttemplate='%s'\n", pData->f_fname);