diff --git a/pnote/metadata.py b/pnote/metadata.py index d7d8b35..b6acbe1 100644 --- a/pnote/metadata.py +++ b/pnote/metadata.py @@ -81,7 +81,7 @@ class Metadata: if result is not None: return list(result)[0] if required: - print("Subpath not found: "+subpath) + print("Subpath not found in database: "+subpath) exit(1) return None