Skip to content

Commit e616ac9

Browse files
author
olamy
committed
less noisy and restore backward comp
1 parent be944df commit e616ac9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/main/java/org/codehaus/plexus/archiver/util/ArchiveEntryUtils.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ public static void chmod( File file, int mode, Logger logger, boolean useJvmChmo
6767
Commandline commandline = new Commandline();
6868

6969
commandline.setWorkingDirectory( file.getParentFile().getAbsolutePath() );
70-
71-
logger.info( "mode " + mode + ", chmod " + m );
7270

7371
commandline.setExecutable( "chmod" );
7472

@@ -117,7 +115,7 @@ public static void chmod( File file, int mode, Logger logger, boolean useJvmChmo
117115
* @param logger
118116
* @throws ArchiverException
119117
*/
120-
private static void chmod( File file, int mode, Logger logger )
118+
public static void chmod( File file, int mode, Logger logger )
121119
throws ArchiverException
122120
{
123121
chmod( file, mode, logger, Boolean.getBoolean( "useJvmChmod" ) && jvmFilePermAvailable );

0 commit comments

Comments
 (0)