summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/event.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/event.py')
-rw-r--r--bitbake/lib/bb/event.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/event.py b/bitbake/lib/bb/event.py
index 89215e3dea..df020551e3 100644
--- a/bitbake/lib/bb/event.py
+++ b/bitbake/lib/bb/event.py
@@ -486,7 +486,7 @@ class BuildCompleted(BuildBase, OperationCompleted):
486 BuildBase.__init__(self, n, p, failures) 486 BuildBase.__init__(self, n, p, failures)
487 487
488class DiskFull(Event): 488class DiskFull(Event):
489 """Disk full case build aborted""" 489 """Disk full case build halted"""
490 def __init__(self, dev, type, freespace, mountpoint): 490 def __init__(self, dev, type, freespace, mountpoint):
491 Event.__init__(self) 491 Event.__init__(self)
492 self._dev = dev 492 self._dev = dev