1
0

openalias: more error message

This commit is contained in:
ThomasV
2015-03-31 12:21:20 +02:00
parent 8902207443
commit c9d874ce38
2 changed files with 3 additions and 3 deletions

View File

@@ -82,8 +82,8 @@ class BasePlugin:
def fullname(self):
return self.name
def print_error(self, msg):
print_error("[%s]"%self.name, msg)
def print_error(self, *msg):
print_error("[%s]"%self.name, *msg)
def description(self):
return 'undefined'