onering-client 0.1.3 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/onering/plugins/reporter.rb +1 -1
- data/lib/onering.rb +1 -1
- metadata +1 -1
|
@@ -224,7 +224,7 @@ module Onering
|
|
|
224
224
|
|
|
225
225
|
return true
|
|
226
226
|
rescue Exception => e
|
|
227
|
-
Onering::Logger.
|
|
227
|
+
Onering::Logger.info("Unable to write cache file #{cachefile}: #{e.class.name} - #{e.message}", "Onering::Reporter")
|
|
228
228
|
return false
|
|
229
229
|
end
|
|
230
230
|
end
|
data/lib/onering.rb
CHANGED