Skip to content

Commit

Permalink
Update log message
Browse files Browse the repository at this point in the history
  • Loading branch information
jeisses committed Dec 18, 2023
1 parent 19aae6e commit 99ca736
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/nosana_node/nosana.clj
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@

(flow-expired? flow)
(do
(log :info "Flow has expired at " (:expired flow))
(log :info "Flow has expired")
(let [sig (quit-job conf (sol/public-key run-addr))]
(<! (sol/await-tx< sig (:network conf)))
nil))
Expand Down Expand Up @@ -654,7 +654,8 @@
(>! flow-chan [:trigger flow-id])
flow-id))))
(catch Exception e
(log :error "Error starting flow" e)
(log :error "Error starting flow")
(log :debug e)
(go
(log :info "Quit run because of error" (.toString run-addr))
(let [sig (quit-job conf (sol/public-key run-addr))]
Expand Down

0 comments on commit 99ca736

Please sign in to comment.