summaryrefslogtreecommitdiff
path: root/src/result.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/result.cpp')
-rw-r--r--src/result.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/result.cpp b/src/result.cpp
index 5f989a9..6edd2e7 100644
--- a/src/result.cpp
+++ b/src/result.cpp
@@ -94,7 +94,7 @@ void result::Step( ) {
/* don't fail if the sqlite file is locked by another writer, try again later */
case SQLITE_BUSY:
- throw database_locked( );
+ throw database_locked( "database locked in step" );
default: {
ostringstream s;