Skip to content

Commit

Permalink
[traffic_crashlog] Log full version info (#11949)
Browse files Browse the repository at this point in the history
  • Loading branch information
masaori335 authored Jan 13, 2025
1 parent ce7410c commit 62fef5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/traffic_crashlog/traffic_crashlog.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 62fef5a

Please sign in to comment.