diff options
author | Niels de Vos <ndevos@redhat.com> | 2014-05-08 12:30:23 -0300 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2014-05-22 02:48:58 -0700 |
commit | cec37c9b66b8711b213f114875d215f56b8120aa (patch) | |
tree | 3dc24701727ba90847d6b291e30d09d60a226f49 /.gitignore | |
parent | 2e7ed9e196a04d19a78e2880af21b959ca1f578b (diff) |
logging: remove unused message-id scripts
The current unused implementation for message-ids in the logs depends on
automatically generated files. The generated files are not included in
the distributed tarball. This causes issues when distributions build
packages, they need to re-run ./autogen.sh to create the needed files.
I thought of including the generated files in the distribution tarball.
However, the contents of these files are not actively used, so it seems
to make more sense to drop it all together. These functions were the
only users of libintl and gettext too, so dropped the requirement
checking from configure.ac.
A replacement for the message-id logging framework is in progress. Any
changes that this patch makes, can be reverted in the submission of
patches for the new framework.
Reference: http://thread.gmane.org/gmane.comp.file-systems.gluster.devel/6212
Change-Id: Iea82dd3910944a5c6be3ee393806eccabd575e11
BUG: 1038391
Signed-off-by: Niels de Vos <ndevos@redhat.com>
Reviewed-on: http://review.gluster.org/7714
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 7e8e11c70a3..bb194295576 100644 --- a/.gitignore +++ b/.gitignore @@ -52,7 +52,6 @@ libgfchangelog.pc libglusterfs/src/graph.lex.c libglusterfs/src/y.tab.c libglusterfs/src/y.tab.h -libglusterfs/src/gf-error-codes.h libtool run-tests.sh xlators/mount/fuse/utils/mount.glusterfs |