livemedia-creator: Catch dnf download error

If there isn't enough space for DNF to download packages it will log:

"Not enough disk space to download the packages."

So add this to the messages in monitor that trigger an error.
This commit is contained in:
Brian C. Lane 2016-03-23 11:00:42 -07:00
parent 077167cdb2
commit a7fb48d0da

View File

@ -103,6 +103,7 @@ class LogRequestHandler(socketserver.BaseRequestHandler):
"Out of memory:",
"Call Trace:",
"insufficient disk space:",
"Not enough disk space to download the packages",
"error populating transaction after",
"traceback script(s) have been run",
"crashed on signal",