From 513db6b8d19966c58c43fc85a98b212261a64bb5 Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Wed, 14 Dec 2022 20:24:41 +1300 Subject: [PATCH] Remove a stray space --- inc/CalDAVRequest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/CalDAVRequest.php b/inc/CalDAVRequest.php index ab151aae..8cb49ce3 100644 --- a/inc/CalDAVRequest.php +++ b/inc/CalDAVRequest.php @@ -1248,7 +1248,7 @@ EOSQL; foreach( $lines AS $v ) { dbg_error_log( "LOG headers", "-->%s", $v ); } - dbg_error_log( "LOG ", "******************** Response ********************" ); + dbg_error_log( "LOG", "******************** Response ********************" ); // Log the request in all it's gory detail. $lines = preg_split( '#[\r\n]+#', $message); foreach( $lines AS $v ) {