Skip to content

Commit 4bca739

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Use correct argument order in truorfalse for USE_JOURNAL"
2 parents bc8d7ef + c0644f3 commit 4bca739

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

functions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ function setup_systemd_logging {
615615
# native systemd path, which provides for things like search on
616616
# request-id. However, there may be an eventlet interaction here,
617617
# so going off for now.
618-
USE_JOURNAL=$(trueorfalse USE_JOURNAL False)
618+
USE_JOURNAL=$(trueorfalse False USE_JOURNAL)
619619
local pidstr=""
620620
if [[ "$USE_JOURNAL" == "True" ]]; then
621621
iniset $conf_file $conf_section use_journal "True"

0 commit comments

Comments
 (0)