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:
parent
032b828370
commit
4ace4eade4
@ -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