1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-19 18:50:24 +03:00

Fix a typo in a message in ctdb backupdb.

(This used to be ctdb commit f6a47197dbb64cc7705fc564fa8dc78e958226c4)
This commit is contained in:
Michael Adam 2011-09-12 15:04:46 +02:00
parent 3cbf4875e7
commit f5a3119dc0

View File

@ -4325,7 +4325,7 @@ done:
}
}
DEBUG(DEBUG_ERR,("Database acked up to %s\n", argv[1]));
DEBUG(DEBUG_ERR,("Database backed up to %s\n", argv[1]));
talloc_free(tmp_ctx);
return status;