[sr-dev] git:master:6b1bb063: core: print the architecture for Kamailio was compiled for (included in '-I')
Henning Westerholt
hw at skalatan.de
Wed Sep 25 14:57:27 CEST 2019
Module: kamailio
Branch: master
Commit: 6b1bb063adc7310f297ef426af2b415ed2273eb4
URL: https://github.com/kamailio/kamailio/commit/6b1bb063adc7310f297ef426af2b415ed2273eb4
Author: Henning Westerholt <hw at skalatan.de>
Committer: Henning Westerholt <hw at skalatan.de>
Date: 2019-09-25T14:21:07+02:00
core: print the architecture for Kamailio was compiled for (included in '-I')
---
Modified: src/main.c
---
Diff: https://github.com/kamailio/kamailio/commit/6b1bb063adc7310f297ef426af2b415ed2273eb4.diff
Patch: https://github.com/kamailio/kamailio/commit/6b1bb063adc7310f297ef426af2b415ed2273eb4.patch
---
diff --git a/src/main.c b/src/main.c
index e3c73815ef..a474f88442 100644
--- a/src/main.c
+++ b/src/main.c
@@ -276,6 +276,7 @@ void print_internals(void)
#endif
printf(" Source code revision ID: %s\n", ver_id);
printf(" Compiled with: %s\n", ver_compiler);
+ printf(" Compiled architecture: %s\n", ARCH);
printf(" Compiled on: %s\n", ver_compiled_time);
printf("Thank you for flying %s!\n", NAME);
}
More information about the sr-dev
mailing list