Skip to content

Commit

Permalink
http display: use lower priority than graphical displays
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuman committed Oct 7, 2018
1 parent 7bd8125 commit d7b3e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/display-http.cc
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ std::string string_replace_all(std::string original, const std::string &oldpart,

display_output_http::display_output_http()
: display_output_base("http") {
priority = 1;
priority = 0;
httpd = NULL;
}

Expand Down

0 comments on commit d7b3e26

Please sign in to comment.