On Sun, 22 Mar 2015 15:24:30 +0900 Toshiki Tsuboi <[email protected]> wrote:
> % ryu-manager bmpstation.py --verbose > loading app bmpstation.py > instantiating app bmpstation.py of BMPStation > BRICK bmpstation > listening on 0.0.0.0:11019 > Traceback (most recent call last): > File "/usr/lib/python2.7/logging/__init__.py", line 851, in emit > msg = self.format(record) > File "/usr/lib/python2.7/logging/__init__.py", line 724, in format > return fmt.format(record) > File "/usr/lib/python2.7/logging/__init__.py", line 464, in format > record.message = record.getMessage() > File "/usr/lib/python2.7/logging/__init__.py", line 328, in getMessage > msg = msg % self.args > TypeError: not enough arguments for format string > Logged from file bmpstation.py, line 51 > > Signed-off-by: Toshiki Tsuboi <[email protected]> > --- > ryu/app/bmpstation.py | 7 +++++-- > 1 file changed, 5 insertions(+), 2 deletions(-) Applied, thanks! ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
