5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-03 04:11:44 +08:00

SQOOP-3420 Invalid ERROR message initiates false alarms

Change-Id: I0914c6d9b497663c7660d6c6f64199ff133af8e7
This commit is contained in:
Denes Bodo 2019-01-31 15:03:39 +01:00
parent 032b828370
commit 4ace4eade4

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());
}
}
}