Function

Purpledebug_set_unsafe

since: 2.6

Declaration [src]

void
purple_debug_set_unsafe (
  gboolean unsafe
)

Description [src]

Enable or disable unsafe debugging. This ordinarily should only be called by purple_debug_init(), but there are cases where this can be useful for plugins.

Available since: 2.6

Parameters

unsafe

Type: gboolean

TRUE to enable debug logging of messages that could potentially contain passwords and other sensitive information. FALSE to disable it.