mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-02 13:03:33 +00:00
db: Remove the german from the log message
This commit is contained in:
committed by
Holger Hans Peter Freyther
parent
e0bd8efcc0
commit
7e20f64f27
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user