From d11c872dc2f14fb4b1661740e311087aa188263d Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Wed, 23 May 2012 17:57:55 -0400 Subject: Use "rules", not "scripts" to refer to files in rules.d Signed-off-by: David Zeuthen --- src/polkitbackend/polkitbackendjsauthority.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/polkitbackend/polkitbackendjsauthority.c b/src/polkitbackend/polkitbackendjsauthority.c index 39a6376..297b7f2 100644 --- a/src/polkitbackend/polkitbackendjsauthority.c +++ b/src/polkitbackend/polkitbackendjsauthority.c @@ -226,7 +226,7 @@ load_scripts (PolkitBackendJsAuthority *authority) GDir *dir = NULL; polkit_backend_authority_log (POLKIT_BACKEND_AUTHORITY (authority), - "Loading scripts from directory %s", + "Loading rules from directory %s", dir_name); dir = g_dir_open (dir_name, @@ -288,7 +288,7 @@ load_scripts (PolkitBackendJsAuthority *authority) } polkit_backend_authority_log (POLKIT_BACKEND_AUTHORITY (authority), - "Finished loading, compiling and executing %d scripts", + "Finished loading, compiling and executing %d rules", num_scripts); g_list_free_full (files, g_free); } @@ -351,7 +351,7 @@ on_dir_monitor_changed (GFileMonitor *monitor, event_type == G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT)) { polkit_backend_authority_log (POLKIT_BACKEND_AUTHORITY (authority), - "Reloading scripts"); + "Reloading rules"); reload_scripts (authority); } g_free (name); -- cgit v1.2.3