mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix runaway sed error.
This commit is contained in:
parent
824b515430
commit
1d8983191d
@ -306,7 +306,7 @@ gnc_scm_log_msg(const gchar *msg)
|
||||
}
|
||||
|
||||
void
|
||||
gnc_scm_loDEBUG(const gchar *msg)
|
||||
gnc_scm_log_debug(const gchar *msg)
|
||||
{
|
||||
g_log("gnc.scm", G_LOG_LEVEL_DEBUG, "%s", msg);
|
||||
}
|
||||
|
@ -175,7 +175,7 @@ void gnc_g_list_cut(GList **list, GList *cut_point);
|
||||
void gnc_scm_log_warn(const gchar *msg);
|
||||
void gnc_scm_log_error(const gchar *msg);
|
||||
void gnc_scm_log_msg(const gchar *msg);
|
||||
void gnc_scm_loDEBUG(const gchar *msg);
|
||||
void gnc_scm_log_debug(const gchar *msg);
|
||||
|
||||
/** @} */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user