summaryrefslogtreecommitdiff
path: root/src/core/main.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-11-07 01:34:19 -0500
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-11-07 01:34:19 -0500
commit86198b2788e56fd05959c2dce670d1646bf99bcd (patch)
treede881128f8a91a7ea3269e28420f9e37ebb9613c /src/core/main.c
parent3f6da75bcef8293382ce2674322f6c50428eb39f (diff)
udevadm-settle: add missing brace
Diffstat (limited to 'src/core/main.c')
-rw-r--r--src/core/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/main.c b/src/core/main.c
index d161968bb..ec7758db1 100644
--- a/src/core/main.c
+++ b/src/core/main.c
@@ -1385,7 +1385,7 @@ int main(int argc, char *argv[]) {
if (arg_running_as == SYSTEMD_USER &&
!getenv("XDG_RUNTIME_DIR")) {
- log_error("Trying to run as user instance, but \$XDG_RUNTIME_DIR is not set.");
+ log_error("Trying to run as user instance, but $XDG_RUNTIME_DIR is not set.");
goto finish;
}