aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mutex_w32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mutex_w32.c b/src/mutex_w32.c
index 8e257a91b..bfd9dacf6 100644
--- a/src/mutex_w32.c
+++ b/src/mutex_w32.c
@@ -280,7 +280,7 @@ static int winMutexTry(sqlite3_mutex *p){
#endif
#ifdef SQLITE_DEBUG
if( rc==SQLITE_OK && p->trace ){
- printf("enter mutex %p (%d) with nRef=%d\n", p, p->trace, p->nRef);
+ printf("try mutex %p (%d) with nRef=%d\n", p, p->trace, p->nRef);
}
#endif
return rc;