Skip to content

Commit

Permalink
use debug logging in the service until the bugs are dealt with
Browse files Browse the repository at this point in the history
  • Loading branch information
dnut committed Mar 24, 2023
1 parent 5d04083 commit f45637c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion clipboard-sync.service
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ After=graphical-session.target
Requisite=graphical-session.target

[Service]
ExecStart=/usr/bin/env clipboard-sync --hide-timestamp
ExecStart=/usr/bin/env clipboard-sync --hide-timestamp --log-level debug
Restart=on-failure

[Install]
Expand Down
2 changes: 2 additions & 0 deletions src/mustatex.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/// A static variable that can be safely mutated, using a Mutex.
/// Accessible with get/get_mut/set functions.
macro_rules! mustatex {
($($viz:vis $name:ident: $Type:ty = $init:expr;)*) => {
$(
Expand Down

0 comments on commit f45637c

Please sign in to comment.