bosh_common 1.3167.0 → 1.3169.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 69dd74d24cbd02af68fd118071c233d057aa5ec8
4
- data.tar.gz: 2688d20648d7b7a0462a4971418126c295c91df1
3
+ metadata.gz: dee321e1221cfaa73afddcede4c541cbcfa99191
4
+ data.tar.gz: 315109cc1f2f041feddd57a59c0bd26bfe39e662
5
5
  SHA512:
6
- metadata.gz: 11da35a39cc97cbb94b7f369c4b16c894c7da168bf7ee063efff0692f7e35db6e06ecd904aa26c446091d22caa818e4535b29c3706c98de0ec3fbc6d48cae1af
7
- data.tar.gz: 8d1ef86f19b1507d3b4df6949dabc4faaf9d19c2a4ff424b295fb2afad8a1cfd7a71bdd37685151ac418c7a866ab5a0d0dbfc8bb287c8b7684298b40985df04a
6
+ metadata.gz: d918d616f5f650dfc65f1d17af9b445bffe716a3f269e56be0dbf5d1ad020fe41ae30c2679f9405056eb6732574ac02b17523f77c94202c91bd6b0c2589b5779
7
+ data.tar.gz: a0cda0a74b88ebcd3a780615814eedbda3d95bd034ae5ed6f7a338f771d5e672311b1087bb3d5288a061930a12d157ef67b659d4d9441f45e9b0eae2afcd3ddd
@@ -87,9 +87,9 @@ module Bosh
87
87
 
88
88
  def raise_worker_exception(exception)
89
89
  if exception.respond_to?(:backtrace)
90
- @logger.debug("Worker thread raised exception: #{exception} - #{exception.backtrace.join("\n")}")
90
+ @logger.error("Worker thread raised exception: #{exception} - #{exception.backtrace.join("\n")}")
91
91
  else
92
- @logger.debug("Worker thread raised exception: #{exception}")
92
+ @logger.error("Worker thread raised exception: #{exception}")
93
93
  end
94
94
  @lock.synchronize do
95
95
  @boom = exception if @boom.nil?
@@ -1,5 +1,5 @@
1
1
  module Bosh
2
2
  module Common
3
- VERSION = '1.3167.0'
3
+ VERSION = '1.3169.0'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bosh_common
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3167.0
4
+ version: 1.3169.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - VMware
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-12-29 00:00:00.000000000 Z
11
+ date: 2015-12-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: semi_semantic