aboutsummaryrefslogtreecommitdiff
path: root/src/zenhorde/hordeclient.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/zenhorde/hordeclient.cpp')
-rw-r--r--src/zenhorde/hordeclient.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/zenhorde/hordeclient.cpp b/src/zenhorde/hordeclient.cpp
index c57332082..00edc8f1c 100644
--- a/src/zenhorde/hordeclient.cpp
+++ b/src/zenhorde/hordeclient.cpp
@@ -348,9 +348,10 @@ HordeClient::RequestMachine(const std::string& RequestBody, const std::string& C
OutMachine.LeaseId = LeaseIdVal.string_value();
}
- ZEN_INFO("Horde machine assigned [{}:{}] cores={} pool={} lease={}",
+ ZEN_INFO("Horde machine assigned [{}:{}] mode={} cores={} pool={} lease={}",
OutMachine.GetConnectionAddress(),
OutMachine.GetConnectionPort(),
+ ToString(OutMachine.Mode),
OutMachine.LogicalCores,
OutMachine.Pool,
OutMachine.LeaseId);