aboutsummaryrefslogtreecommitdiffstats
path: root/src/sch/inventory_client.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/sch/inventory_client.clj')
-rw-r--r--src/sch/inventory_client.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sch/inventory_client.clj b/src/sch/inventory_client.clj
index a38b693..75907df 100644
--- a/src/sch/inventory_client.clj
+++ b/src/sch/inventory_client.clj
@@ -20,7 +20,7 @@
(ns sch.inventory-client
(:require [clj-http.client :as client]
- [taoensso.timbre :as timbre :refer [error]]
+ [clojure.tools.logging :as logger :refer [error]]
[cheshire.core :refer [parse-string]]
[org.bovinegenius.exploding-fish :refer [uri param]])
(:gen-class))