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:
parent
032b828370
commit
5ab5190304
@ -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());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user