public
Fork of mojombo/god
Description: Ruby process monitor
Homepage: http://god.rubyforge.org
Clone URL: git://github.com/Bertg/god.git
Search Repo:
fix ensure_stop nil pid no local variable bug
mojombo (author)
Wed Jan 23 14:28:38 -0800 2008
commit  c1a9faed4da564345535f06ba065c8b91c2b76dd
tree    5986a2382fc74a868c4a2506121e59de92c51e88
parent  40c160ac64ad774f1f52c68e54c4ed3acee313cd
...
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
0
@@ -1,3 +1,7 @@
0
+== 0.6.10 / 2003-01-24
0
+ * Bug Fixes
0
+ * Fix ensure_stop nil pid no local variable bug
0
+
0
 == 0.6.9 / 2008-01-23
0
   * Bug Fixes
0
     * Fix Timer condition dedup behavior
...
263
264
265
266
 
267
268
269
...
263
264
265
 
266
267
268
269
0
@@ -263,7 +263,7 @@ module God
0
     # Returns nothing
0
     def ensure_stop
0
       unless self.pid
0
- applog(self, :warn, "#{self.name} #{action} stop called but pid is uknown")
0
+ applog(self, :warn, "#{self.name} stop called but pid is uknown")
0
         return
0
       end
0
       

Comments

    No one has commented yet.