This is an automated email from the ASF dual-hosted git repository.
masaori pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new 62fef5a53d [traffic_crashlog] Log full version info (#11949)
62fef5a53d is described below
commit 62fef5a53d73cb661b4aa152cd86becb8d0daad6
Author: Masaori Koshiba <[email protected]>
AuthorDate: Tue Jan 14 08:11:28 2025 +0900
[traffic_crashlog] Log full version info (#11949)
---
src/traffic_crashlog/traffic_crashlog.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/traffic_crashlog/traffic_crashlog.cc
b/src/traffic_crashlog/traffic_crashlog.cc
index 42b411ef04..fd037db761 100644
--- a/src/traffic_crashlog/traffic_crashlog.cc
+++ b/src/traffic_crashlog/traffic_crashlog.cc
@@ -232,7 +232,7 @@ main(int /* argc ATS_UNUSED */, const char **argv)
crashlog_write_procname(fp, target);
crashlog_write_exename(fp, target);
- fprintf(fp, LABELFMT "Traffic Server %s\n", "Version:", PACKAGE_VERSION);
+ fprintf(fp, LABELFMT "%s\n", "Version:", version.full_version());
crashlog_write_uname(fp, target);
crashlog_write_datime(fp, target);