From 41b8db89d5f50aadad91d2b0fd9861017b58bb16 Mon Sep 17 00:00:00 2001 From: simon MAGNIN-FEYSOT Date: Thu, 3 May 2018 10:22:55 +0200 Subject: Uniformise some logs This commit will make certain logs easier to parse.--- src/tests/multi_config.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tests/multi_config.phpt') diff --git a/src/tests/multi_config.phpt b/src/tests/multi_config.phpt index 21c2c82..c5509a4 100644 --- a/src/tests/multi_config.phpt +++ b/src/tests/multi_config.phpt @@ -16,8 +16,8 @@ foo(); bla(); ?> --EXPECTF-- -[snuffleupagus][0.0.0.0][disabled_function][simulation] The call to the function 'foo' in %s/tests/multi_config.php:%d has been disabled. +[snuffleupagus][0.0.0.0][disabled_function][simulation] Aborted execution on call of the function 'foo' in %s/tests/multi_config.php:%d. 1 -[snuffleupagus][0.0.0.0][disabled_function][simulation] The call to the function 'bla' in %s/tests/multi_config.php:%d has been disabled. +[snuffleupagus][0.0.0.0][disabled_function][simulation] Aborted execution on call of the function 'bla' in %s/tests/multi_config.php:%d. 2 -- cgit v1.3