Home
last modified time | relevance | path

Searched refs:scr_log_print (Results 1 – 12 of 12) sorted by relevance

/dports/net-im/mcabber/mcabber-1.1.2/mcabber/
H A Dcarbons.c60 scr_log_print(LPRINT_NORMAL, "Carbons not available on this server!"); in carbons_enable()
77 scr_log_print(LPRINT_DEBUG, "Error sending IQ request: %s.", in carbons_enable()
101 scr_log_print(LPRINT_NORMAL, "Carbons not available on this server!"); in carbons_disable()
118 scr_log_print(LPRINT_DEBUG, "Error sending IQ request: %s.", in carbons_disable()
131 scr_log_print(LPRINT_NORMAL, "Carbons enabled."); in carbons_info()
134 scr_log_print(LPRINT_NORMAL, "Carbons available, but not enabled."); in carbons_info()
136 scr_log_print(LPRINT_NORMAL, "Carbons not available."); in carbons_info()
147 scr_log_print(LPRINT_NORMAL, "Carbons enabled."); in cb_carbons()
149 scr_log_print(LPRINT_NORMAL, "Carbons disabled."); in cb_carbons()
H A Dcompl.c152 scr_log_print(LPRINT_LOGNORM, "Warning: Too many " in compl_new_category()
175 scr_log_print(LPRINT_DEBUG, "Error: compl_del_category() - " in compl_del_category()
184 scr_log_print(LPRINT_DEBUG, "Error: compl_del_category() " in compl_del_category()
212 scr_log_print(LPRINT_DEBUG, "Warning: new_completion() - " in new_completion()
337 scr_log_print(LPRINT_DEBUG, "Error: compl_add_category_word() - " in compl_add_category_word()
346 scr_log_print(LPRINT_DEBUG, "Error: compl_add_category_word() - " in compl_add_category_word()
386 scr_log_print(LPRINT_DEBUG, "Error: compl_del_category_word() - " in compl_del_category_word()
395 scr_log_print(LPRINT_DEBUG, "Error: compl_del_category_word() - " in compl_del_category_word()
428 scr_log_print(LPRINT_DEBUG, "Error: compl_get_category_list() - " in compl_get_category_list()
437 scr_log_print(LPRINT_DEBUG, "Error: compl_get_category_list() - " in compl_get_category_list()
H A Dlogprint.h16 void scr_log_print(unsigned int flag, const char *fmt, ...) G_GNUC_PRINTF (2, 3);
20 #define scr_LogPrint scr_log_print
H A Dmain.c181 scr_log_print(LPRINT_NORMAL, in password_eval()
189 scr_log_print(LPRINT_NORMAL, in password_eval()
198 scr_log_print(LPRINT_NORMAL, in password_eval()
202 scr_log_print(LPRINT_NORMAL, " errno=%d", errno); in password_eval()
460 scr_log_print(LPRINT_NORMAL, "Server: %s", p); in main()
462 scr_log_print(LPRINT_NORMAL, "User JID: %s", p); in main()
H A Dsettings.c126 scr_log_print(LPRINT_LOG, "Can't find home dir!"); in settings_get_mcabber_config_dir()
173 scr_log_print(LPRINT_NORMAL, "Cannot find configuration directory!\n"); in settings_get_mcabber_config_dir()
209 scr_log_print(LPRINT_NORMAL, "Cannot find any configuration file!\n"); in cfg_read_file()
227 scr_log_print(LPRINT_LOGNORM, "Reading %s", def_filename); in cfg_read_file()
288 scr_log_print(LPRINT_LOGNORM, "Error in configuration file (l. %d): " in cfg_read_file()
H A Dotr.c328 scr_log_print(LPRINT_DEBUG, "OTR: Socialist Millionaires' Protocol: " in cb_handle_smp_event()
393 scr_log_print(LPRINT_DEBUG, "OTR: Received heartbeat."); in cb_handle_msg_event()
396 scr_log_print(LPRINT_DEBUG, "OTR: Sent heartbeat."); in cb_handle_msg_event()
411 scr_log_print(LPRINT_DEBUG, "OTR: Received message for other instance."); in cb_handle_msg_event()
H A Dhooks.c68 scr_log_print(LPRINT_LOGNORM, "Couldn't create hook hash table!"); in _new_hook_queue()
137 scr_log_print(LPRINT_LOGNORM, "*ERROR*: Couldn't remove hook handler!"); in hk_del_handler()
H A Dpgp.c110 scr_log_print(LPRINT_DEBUG, "GPGME: Engine version is '%s'.", in gpg_init()
H A Dcommands.c3316 scr_log_print(LPRINT_LOGNORM, "Module '%s' loading error: %s", name, error); in do_module()
3320 scr_log_print(LPRINT_LOGNORM, "Module '%s' unloading error: %s", name, error); in do_module()
3324 scr_log_print(LPRINT_LOGNORM, "Error: module: Unknown subcommand."); in do_module()
3328 scr_log_print(LPRINT_NORMAL, in do_module()
4203 scr_log_print(LPRINT_NORMAL, "Unrecognized parameter!"); in do_carbons()
H A Dscreen.c960 void scr_log_print(unsigned int flag, const char *fmt, ...) in scr_log_print() function
1033 scr_log_print(LPRINT_NORMAL, "[%s] %s", log_domain, message); in scr_glog_print()
1600 scr_log_print(LPRINT_NORMAL, "attention_char value is invalid."); in attention_sign_guard()
3227 scr_log_print(LPRINT_NORMAL, "Date not found."); in scr_buffer_date()
3254 scr_log_print(LPRINT_NORMAL, "Readmark not found."); in scr_buffer_jump_readmark()
/dports/net-im/mcabber/mcabber-1.1.2/modules/beep/
H A Dbeep.c83 scr_log_print(LPRINT_NORMAL, "Beep on messages is enabled"); in do_beep()
85 scr_log_print(LPRINT_NORMAL, "Beep on messages is disabled"); in do_beep()
/dports/net-im/mcabber/mcabber-1.1.2/modules/urlregex/
H A Durlregex.c107 scr_log_print(LPRINT_LOGNORM, "ERROR: Your glib version is too old, " in urlregex_init()