|
|
@@ -313,8 +313,8 @@ public class Reverses {
|
|
|
if (Cache.firstSealCache == null) {
|
|
|
Cache.firstSealCache = sealContent;
|
|
|
Cache.firstSealProjectPath = projectPath;
|
|
|
- Logger.error(Reverses.class, "first-seal found. projectPath -> " + Cache.firstSealProjectPath);
|
|
|
- Logger.error(Reverses.class, "first-seal found. sealContent -> " + Cache.firstSealCache);
|
|
|
+ Logger.debug(Reverses.class, "first-seal found. projectPath -> " + Cache.firstSealProjectPath);
|
|
|
+ Logger.debug(Reverses.class, "first-seal found. sealContent -> " + Cache.firstSealCache);
|
|
|
}
|
|
|
} catch (Exception e) {
|
|
|
Logger.error(Reverses.class, "Obtain project seal fail.");
|