diff options
author | Irina Gómez <irinagomez@us.es> | 2019-05-23 13:04:58 +0200 |
---|---|---|
committer | Irina Gómez <irinagomez@us.es> | 2019-05-23 13:04:58 +0200 |
commit | d6ff164517da9e6bd6b42124d152cd9a9e0e4d97 (patch) | |
tree | 3c5ca469ff95a2eafde15c4b5d2d9c8e40db98bd /client | |
parent | 63eec7759f44bdb2c7f453fc4963ebca00640b30 (diff) |
#802 #889 ogSetPartitionActive shows message as warning
Diffstat (limited to 'client')
-rwxr-xr-x | client/engine/Disk.lib | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/engine/Disk.lib b/client/engine/Disk.lib index ef6da455..026718b9 100755 --- a/client/engine/Disk.lib +++ b/client/engine/Disk.lib @@ -1334,7 +1334,7 @@ if [ "$*" == "help" ]; then fi # Si el EFI esta activo me salgo. -ogIsEfiActive && echo "EFI: $MSG_DONTUSE $FUNCNAME" && return +ogIsEfiActive && ogEcho session log warning "EFI: $MSG_DONTUSE $FUNCNAME" && return # Error si no se reciben 2 parámetros. [ $# == 2 ] || ogRaiseError $OG_ERR_FORMAT || return $? |