Skip to content

Commit 0c7dadc

Browse files
committed
Correct indentation
1 parent 652b942 commit 0c7dadc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apache2/apache2_util.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,8 @@ static void internal_log_ex(request_rec *r, directory_config *dcfg, modsec_rec *
302302
hostname, log_escape(msr->mp, r->uri), unique_id);
303303
#else
304304
ap_log_error(APLOG_MARK, APLOG_ERR | APLOG_NOERRNO, 0, r->server,
305-
"[client %s] ModSecurity: %s%s [uri \"%s\"]%s", msr->remote_addr ? msr->remote_addr : r->connection->remote_ip, str1,
306-
hostname, log_escape(msr->mp, r->uri), unique_id);
305+
"[client %s] ModSecurity: %s%s [uri \"%s\"]%s", msr->remote_addr ? msr->remote_addr : r->connection->remote_ip, str1,
306+
hostname, log_escape(msr->mp, r->uri), unique_id);
307307
#endif
308308
#endif
309309

0 commit comments

Comments
 (0)