Skip to content

Commit

Permalink
Made message to screen easier readable.
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper-friis committed Oct 27, 2024
1 parent 034ce7e commit 5cbd9c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dlite-behavior.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ int dlite_behavior_get(const char *name)
const char *ver = dlite_get_version(); // current version
b->value = (strcmp_semver(ver, b->version_new) >= 0) ? 1 : 0;

dlite_warnx("Behavior `%s` is not configured. "
dlite_warnx("Behavior change `%s` is not configured. "
"It will be enabled by default from v%s. "
"See https://sintef.github.io/dlite/user_guide/configure_behavior_changes.html for more info.",
b->name, b->version_new);
Expand Down

0 comments on commit 5cbd9c9

Please sign in to comment.