[sr-dev] git:master:df6152fd: dialog: fix typo in warn message (#1731)

Henning Westerholt henningw at users.noreply.github.com
Tue Nov 20 10:42:12 CET 2018


Module: kamailio
Branch: master
Commit: df6152fd69469eb340078535a3cf8b28e901ea7d
URL: https://github.com/kamailio/kamailio/commit/df6152fd69469eb340078535a3cf8b28e901ea7d

Author: Dmitri Savolainen <savolainen at erinaco.ru>
Committer: Henning Westerholt <henningw at users.noreply.github.com>
Date: 2018-11-20T10:42:05+01:00

dialog: fix typo in warn message (#1731)

Thank you!

---

Modified: src/modules/dialog/dlg_db_handler.c

---

Diff:  https://github.com/kamailio/kamailio/commit/df6152fd69469eb340078535a3cf8b28e901ea7d.diff
Patch: https://github.com/kamailio/kamailio/commit/df6152fd69469eb340078535a3cf8b28e901ea7d.patch

---

diff --git a/src/modules/dialog/dlg_db_handler.c b/src/modules/dialog/dlg_db_handler.c
index d759140018..1b9d704cf6 100644
--- a/src/modules/dialog/dlg_db_handler.c
+++ b/src/modules/dialog/dlg_db_handler.c
@@ -643,14 +643,14 @@ static int load_dialog_vars_from_db(int fetch_num_rows, int mode,
 					}
 					dlg = dlg->next;
 					if (!dlg) {
-						LM_WARN("insonsistent data: the dialog h_entry/h_id does not exist!\n");
+						LM_WARN("inconsistent data: the dialog h_entry/h_id does not exist!\n");
 					}
 				}
 				if(mode==1 && mval!=NULL) {
 					dlg_unlock(d_table, &(d_table->entries[VAL_INT(values)]));
 				}
 			} else {
-				LM_WARN("insonsistent data: the h_entry in the DB does not exist!\n");
+				LM_WARN("inconsistent data: the h_entry in the DB does not exist!\n");
 			}
 		}
 




More information about the sr-dev mailing list