Update build error message

This commit is contained in:
Dimitris Zlatanidis 2017-08-06 10:16:46 +02:00
parent 42b7289181
commit f04154f8c6
2 changed files with 5 additions and 2 deletions

View file

@ -1,7 +1,10 @@
3.2.8 - 04/08/2017
3.2.8 - 06/08/2017
Fixed:
- BugFix: Package return after build
Updated:
- Build error message
3.2.7 - 09/04/2017
Updated:
- Alien's repositories {alien, ktown, multi} #83 (Thanks to travis-82)

View file

@ -53,7 +53,7 @@ class Msg(object):
"""Print error message if build failed
"""
self.template(78)
print("| Build package {0} [ {1}FAILED{2} ]".format(
print("| Some error on the package {0} [ {1}FAILED{2} ]".format(
prgnam, self.meta.color["RED"], self.meta.color["ENDC"]))
self.template(78)
print("| See log file in '{0}/var/log/slpkg/sbo/build_logs{1}' "