Skip to content

Commit

Permalink
Encode the pyxis version in a single constant string
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Abecassis <fabecassis@nvidia.com>
  • Loading branch information
flx42 committed Oct 20, 2023
1 parent f0aaa63 commit 9fbab12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyxis_slurmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ int pyxis_slurmd_init(spank_t sp, int ac, char **av)
mode_t mask;
int rv = -1;

slurm_info("pyxis: version v%s", PYXIS_VERSION);
slurm_info("pyxis: version v"PYXIS_VERSION);

ret = pyxis_config_parse(&config, ac, av);
if (ret < 0) {
Expand Down

0 comments on commit 9fbab12

Please sign in to comment.