The unified diff between revisions [5587f68e..] and [95cbeaa8..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'database.cc'
#
#
# patch "database.cc"
# from [4a6486b38a02fec9b281ae4a665f209bb9f3440e]
# to [527f6668dd5cd105d42d05e3027ee783e2fdf624]
#
============================================================
--- database.cc 4a6486b38a02fec9b281ae4a665f209bb9f3440e
+++ database.cc 527f6668dd5cd105d42d05e3027ee783e2fdf624
@@ -195,7 +195,7 @@ database::sql(bool init)
{
require_path_is_file(filename,
F("database %s does not exist") % filename,
- F("database %s is a directory") % filename);
+ F("%s is a directory, not a database") % filename);
check_sqlite_format_version(filename);
}