diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-06-27 09:42:58 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-06-27 09:42:58 +0200 |
commit | 6afb0ea9561894e4a4a027961ae2301276171b32 (patch) | |
tree | e6a3ebdc07b3a8b705ebb6dca2ee7c06c7218459 /lib/edoors/door.rb | |
parent | 0a79ea102e6277fdb81cc3a160124202fa040c3f (diff) | |
download | edoors-ruby-6afb0ea9561894e4a4a027961ae2301276171b32.zip edoors-ruby-6afb0ea9561894e4a4a027961ae2301276171b32.tar.gz |
Spin: debug_errors->debug_garbage, clear! clears links too
Diffstat (limited to 'lib/edoors/door.rb')
-rw-r--r-- | lib/edoors/door.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/edoors/door.rb b/lib/edoors/door.rb index 2b5e855..553cb88 100644 --- a/lib/edoors/door.rb +++ b/lib/edoors/door.rb @@ -77,7 +77,7 @@ module Edoors # release the Particle that have not been released or sent by user code # def _garbage - puts " ! #{path} didn't give back #{@saved}" if @spin.debug_errors + puts " ! #{path} didn't give back #{@saved}" if @spin.debug_garbage puts "\t#{@saved.data Edoors::FIELD_ERROR_MSG}" if @saved.action==Edoors::ACT_ERROR @spin.release_p @saved @saved = nil |