Skip to content
Snippets Groups Projects
Commit e91a9d19 authored by Eric Müller's avatar Eric Müller :mountain_bicyclist: Committed by Philipp Spilger
Browse files

build: fix build of quiggeldy-binary in case of --without-hostarq

Change-Id: I0a694cc5cc26cc9d54b76f6082fb8ad840ca4800
parent cc70a01c
No related branches found
No related tags found
No related merge requests found
......@@ -126,9 +126,7 @@ struct Config
std::string slurm_partition;
std::string slurm_license;
#ifdef WITH_HXCOMM_HOSTARQ
bool backend_arq;
#endif
bool backend_sim;
std::size_t delay_after_connect_ms;
......@@ -373,7 +371,7 @@ int main(int argc, const char* argv[])
if (cfg.backend_arq) {
#ifndef WITH_HXCOMM_HOSTARQ
HXCOMM_LOG_ERROR(log, e.what() << "Support for HostARQ was disabled!");
HXCOMM_LOG_ERROR(log, "Support for HostARQ was disabled!");
return EXIT_FAILURE;
#else
if (!cfg.mock_mode && cfg.connect_ip.length() == 0) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment