mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-03-20 12:38:52 +02:00
reformatting error messages, adding hints about latest versions
This commit is contained in:
parent
f2f94633da
commit
60165955b3
@ -95,9 +95,15 @@ function log() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function abort() {
|
function abort() {
|
||||||
|
log "==="
|
||||||
|
log "fatal error occured - ABORTED"
|
||||||
|
log "==="
|
||||||
log "$1"
|
log "$1"
|
||||||
log "==="
|
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
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user