5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-02 19:50:39 +08:00

SQOOP-3420: Invalid ERROR message initiates false alarms

(Denes Bodo via Fero Szabo)
This commit is contained in:
Denes Bodo 2019-02-01 16:49:31 +01:00 committed by Fero Szabo
parent 032b828370
commit 5ab5190304

View File

@ -252,7 +252,7 @@ public void compile() throws IOException {
*even if the .java file can not be renamed
*or can not be moved a "dest" directory for
*any reason.*/
LOG.error("Could not rename " + orig + " to " + dest + ". Error: " + e.getMessage());
LOG.warn("Could not rename " + orig + " to " + dest + ". Error: " + e.getMessage());
}
}
}