]> git.parisson.com Git - deefuzzer.git/commitdiff
cleanup
authorGuillaume Pellerin <yomguy@parisson.com>
Wed, 13 Jan 2010 15:53:02 +0000 (15:53 +0000)
committerGuillaume Pellerin <yomguy@parisson.com>
Wed, 13 Jan 2010 15:53:02 +0000 (15:53 +0000)
tools/station.py

index 44de731bb8e0dca35c056c68bf852528decfc99a..807312a71bcf1e887573e1e644dad3d63ec5f8e5 100644 (file)
@@ -401,7 +401,7 @@ class Station(Thread):
                 self.set_relay_mode()
             elif os.path.exists(self.media) and not os.sep+'.' in self.media:
                 if self.lp == 0:
-                    self.logger.write('Error : Station ' + self.short_name + ' have no media to stream !')
+                    self.logger.write('Error : Station ' + self.short_name + ' has no media to stream !')
                     break
                 self.set_read_mode()
             if (not (self.jingles_mode == 1 and (self.counter % 2) == 1) or self.relay_mode == 1) and self.twitter_mode == 1: