aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/ssh-store.cc
diff options
context:
space:
mode:
authorTaeer Bar-Yam <taeer.bar-yam@tweag.io>2022-12-15 15:58:54 -0500
committerTaeer Bar-Yam <taeer.bar-yam@tweag.io>2022-12-15 15:58:54 -0500
commite5eb05c5990d837e0bbc1529e3b5b167f7015be0 (patch)
tree13207eadab614619b336fb9079ec0086f62d102e /src/libstore/ssh-store.cc
parent3b27181ee54176aba2cdff98028586048e08e74d (diff)
getBuildLog: factor out resolving derivations
Diffstat (limited to 'src/libstore/ssh-store.cc')
-rw-r--r--src/libstore/ssh-store.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstore/ssh-store.cc b/src/libstore/ssh-store.cc
index 62daa838c..a1d4daafd 100644
--- a/src/libstore/ssh-store.cc
+++ b/src/libstore/ssh-store.cc
@@ -53,8 +53,8 @@ public:
{ return false; }
// FIXME extend daemon protocol, move implementation to RemoteStore
- std::optional<std::string> getBuildLog(const StorePath & path) override
- { unsupported("getBuildLog"); }
+ std::optional<std::string> getBuildLogExact(const StorePath & path) override
+ { unsupported("getBuildLogExact"); }
private: