mirror of
https://github.com/owntracks/recorder.git
synced 2026-08-23 11:26:16 +00:00
typo in error message
This commit is contained in:
@@ -99,7 +99,7 @@ struct gcache *gcache_open(char *path, char *dbname, int rdonly)
|
||||
|
||||
rc = mdb_txn_commit(txn);
|
||||
if (rc != 0) {
|
||||
olog(LOG_ERR, "cogcache_open: mmit after open %s", mdb_strerror(rc));
|
||||
olog(LOG_ERR, "cogcache_open: commit after open %s", mdb_strerror(rc));
|
||||
mdb_env_close(gc->env);
|
||||
free(gc);
|
||||
return (NULL);
|
||||
|
||||
Reference in New Issue
Block a user