diff --git a/src/lib66/db_compile.c b/src/lib66/db_compile.c
index 944276895a217f1b92eadaf2e414af942fb0d5c5..90a4b9316700f44f1d87cbd010b068038fb93ab6 100644
--- a/src/lib66/db_compile.c
+++ b/src/lib66/db_compile.c
@@ -74,7 +74,7 @@ int db_compile(char const *workdir, char const *tree, char const *treename, char
 		log_warnusys_return(LOG_EXIT_ZERO,"wait for: ",newargv[0]) ;
 		
 	if (wstat)
-		log_warnusys_return(LOG_EXIT_ZERO,"compile: ",dest) ;
+		log_warnu_return(LOG_EXIT_ZERO,"compile: ",dest) ;
 		
 	return 1 ;
 }