Skip to content

Commit a65986f

Browse files
committed
updated file logging to show correct conf file used
1 parent 215d488 commit a65986f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testsuite/src/test/groovy/noe/HttpdKillTestIT.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class HttpdKillTestIT extends TestAbstract {
3737
JBFile.delete(sslConfFile)
3838
// we are not testing mod_cluster here, lets remove mod_cluster
3939
def mod_clusterConfFile = new File(httpdServer.getConfDeploymentPath(), DefaultProperties.MOD_CLUSTER_CONFIG_FILE)
40-
log.debug("Deleting mod-cluster.conf: $mod_clusterConfFile.absolutePath")
40+
log.debug("Deleting ${DefaultProperties.MOD_CLUSTER_CONFIG_FILE}: $mod_clusterConfFile.absolutePath")
4141
JBFile.delete(mod_clusterConfFile)
4242
}
4343
}

0 commit comments

Comments
 (0)