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 ) {