All of lore.kernel.org
 help / color / mirror / Atom feed
* master - cleanup: use unsigned with EPOCH printf format
@ 2016-05-05 22:01 Zdenek Kabelac
  0 siblings, 0 replies; only message in thread
From: Zdenek Kabelac @ 2016-05-05 22:01 UTC (permalink / raw)
  To: lvm-devel

Gitweb:        http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=673d4f745322d6d9ca274697148267114058beec
Commit:        673d4f745322d6d9ca274697148267114058beec
Parent:        ed9162cd882426109fba14413ff2840edfd99341
Author:        Zdenek Kabelac <zkabelac@redhat.com>
AuthorDate:    Tue May 3 21:24:12 2016 +0200
Committer:     Zdenek Kabelac <zkabelac@redhat.com>
CommitterDate: Thu May 5 23:55:20 2016 +0200

cleanup: use unsigned with EPOCH printf format

---
 lib/log/log.c |    2 +-
 man/lvm.8.in  |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/lib/log/log.c b/lib/log/log.c
index d939b9d..7b0026f 100644
--- a/lib/log/log.c
+++ b/lib/log/log.c
@@ -90,7 +90,7 @@ void init_log_file(const char *log_file, int append)
 			log_warn("WARNING: Cannot parse content of %s.", statfile);
 		} else {
 			if (dm_snprintf(_log_file_path, sizeof(_log_file_path),
-					"%s_%s_%d_%lld", log_file, env, pid, starttime) < 0) {
+					"%s_%s_%d_%llu", log_file, env, pid, starttime) < 0) {
 				log_warn("WARNING: Debug log file path is too long for epoch.");
 				_log_file_path[0] = '\0';
 			} else {
diff --git a/man/lvm.8.in b/man/lvm.8.in
index d2da72c..f8400cf 100644
--- a/man/lvm.8.in
+++ b/man/lvm.8.in
@@ -764,7 +764,8 @@ Path to the socket used to communicate with lvmpolld..
 .TP
 .B LVM_LOG_FILE_EPOCH
 A string of up to 32 letters appended to the log filename and
-followed by the process ID and a timestamp.  When set, each process logs to a
+followed by the process ID and a startup timestamp using
+this format string "_%s_%d_%llu".  When set, each process logs to a
 separate file.
 .TP
 .B LVM_EXPECTED_EXIT_STATUS



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-05-05 22:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-05 22:01 master - cleanup: use unsigned with EPOCH printf format Zdenek Kabelac

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.