Skip to content

Commit

Permalink
Better debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
tailhook committed Jul 2, 2018
1 parent 70b8929 commit 6895aa1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/daemon/query/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,10 @@ pub fn run(init: ResponderInit) {
continue;
}
}
debug!("Initialized wasm query engine");
} else {
// TODO(tailhook) check if .wasm exists
let new = compat::Responder::new(&schedule, &init.settings);
debug!("Initialized compatibility query engine");
Impl::Compat(new)
};
let id: String = thread_rng().sample_iter(&Alphanumeric)
Expand Down

0 comments on commit 6895aa1

Please sign in to comment.