Skip to content
Snippets Groups Projects
Commit fb3670be authored by Sebastien Ponce's avatar Sebastien Ponce
Browse files

Changed log level for message 'startMigrationMounts: failed migration mount...

Changed log level for message 'startMigrationMounts: failed migration mount creation due to lack of files' to INFO
parent ee64ac76
Branches
Tags
No related merge requests found
......@@ -997,7 +997,7 @@ BEGIN
varTotalNbMounts := varTotalNbMounts + 1;
IF varMountId = 0 THEN
-- log "startMigrationMounts: failed migration mount creation due to lack of files"
logToDLF(NULL, dlf.LVL_WARNING, dlf.MIGMOUNT_NO_FILE, 0, '', 'tapegatewayd',
logToDLF(NULL, dlf.LVL_SYSTEM, dlf.MIGMOUNT_NO_FILE, 0, '', 'tapegatewayd',
'tapePool=' || t.name ||
' nbPreExistingMounts=' || TO_CHAR(varNbPreExistingMounts) ||
' nbMounts=' || TO_CHAR(varTotalNbMounts) ||
......@@ -1024,7 +1024,7 @@ BEGIN
insertMigrationMount(t.id, varMountId);
IF varMountId = 0 THEN
-- log "startMigrationMounts: failed migration mount creation due to lack of files"
logToDLF(NULL, dlf.LVL_WARNING, dlf.MIGMOUNT_AGE_NO_FILE, 0, '', 'tapegatewayd',
logToDLF(NULL, dlf.LVL_SYSTEM, dlf.MIGMOUNT_AGE_NO_FILE, 0, '', 'tapegatewayd',
'tapePool=' || t.name ||
' nbPreExistingMounts=' || TO_CHAR(varNbPreExistingMounts) ||
' nbMounts=' || TO_CHAR(varTotalNbMounts) ||
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment