1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-03-13 05:59:11 +02:00

reformatting error messages, adding hints about latest versions

This commit is contained in:
Mirko Vogt 2010-05-02 23:28:49 +02:00
parent f2f94633da
commit 60165955b3

View File

@ -95,9 +95,15 @@ function log() {
}
function abort() {
log "==="
log "fatal error occured - ABORTED"
log "==="
log "$1"
log "==="
log "fatal error occured - ABORT"
log "Before reporting this as a bug"
log "please ensure you're using the latest available version of"
log " this reflash script"
log " the xburst-tools"
exit 1
}