db: Remove the german from the log message

This commit is contained in:
Alexander Chemeris 2014-03-07 16:59:53 +01:00 committed by Holger Hans Peter Freyther
parent e0bd8efcc0
commit 7e20f64f27
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ static int update_db_revision_2(void)
"TIMESTAMP DEFAULT NULL");
if (!result) {
LOGP(DDB, LOGL_ERROR,
"Failed to alter table Subscriber (upgrade vom rev 2).\n");
"Failed to alter table Subscriber (upgrade from rev 2).\n");
return -EINVAL;
}
dbi_result_free(result);