This commit is contained in:
Johannes Wendel
2019-08-15 23:20:22 +02:00
parent ee1c988f80
commit d64e818e2b

View File

@@ -263,7 +263,7 @@ std::string FlippRServer::get_runtime_dir()
runtime_dir = DEFAULT_RUNTIME_DIR;
}
std::cout << runtime_dir;
std::cerr << runtime_dir;
return {runtime_dir};
}