Skip to content

Commit

Permalink
add missing newline to g_printerr
Browse files Browse the repository at this point in the history
  • Loading branch information
heather7283 authored and vmihalko committed Jul 19, 2024
1 parent 3a8fddb commit 7a1cff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/polkitbackend/polkitbackendsessionmonitor-systemd.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ sd_source_new (void)

if ((ret = sd_login_monitor_new ("session", &sd_source->monitor)) < 0)
{
g_printerr ("Error getting login monitor: %d", ret);
g_printerr ("Error getting login monitor: %d\n", ret);
}
else
{
Expand Down

0 comments on commit 7a1cff6

Please sign in to comment.