diff --git a/tests/p_which/which_basic.sh b/tests/p_which/which_basic.sh
index 49e3d36..aba83f3 100755
--- a/tests/p_which/which_basic.sh
+++ b/tests/p_which/which_basic.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 # Author: Alice Kaerast <alice@kaerast.info>
 
-t_log "Checking which can find itself"
+t_Log "$0 - Checking which can find itself"
 /usr/bin/which which | grep -q "/usr/bin/which"
 t_CheckExitStatus $?