mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
Logging info now goes to stderr
(cherry picked from commit 144dfcca02bc2b45d7f9e6f03cc33b9656f8e719)
This commit is contained in:
parent
e23cf14f33
commit
13167858b9
@ -45,7 +45,7 @@ function log_date
|
||||
# Logs a message
|
||||
function log
|
||||
{
|
||||
echo "$SCRIPT_NAME: $1"
|
||||
echo "$SCRIPT_NAME: $1" 1>&2
|
||||
}
|
||||
|
||||
# Logs an error message
|
||||
|
Loading…
x
Reference in New Issue
Block a user