aboutsummaryrefslogtreecommitdiffstats
path: root/src/interfaces/hostnamed/hostnamed.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/hostnamed/hostnamed.c')
-rw-r--r--src/interfaces/hostnamed/hostnamed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/hostnamed/hostnamed.c b/src/interfaces/hostnamed/hostnamed.c
index 114ad10..4b326a1 100644
--- a/src/interfaces/hostnamed/hostnamed.c
+++ b/src/interfaces/hostnamed/hostnamed.c
@@ -84,7 +84,6 @@ static void on_bus_acquired(GDBusConnection *conn,
NULL,
NULL,
NULL);
- g_assert(reg_id > 0);
}
static void on_name_acquired(GDBusConnection *conn,
@@ -99,6 +98,7 @@ static void on_name_lost(GDBusConnection *conn,
gpointer user_data) {
g_print("lost name %s, exiting...\n", name);
+ g_print("you might need to run hacks/punch_config.sh\n");
g_main_loop_quit(loop);
}