Skip to content

Commit 01c341f

Browse files
committed
log that stats provider is running
1 parent 7e5f0ae commit 01c341f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ async fn get_stats(cli: &cli::Cli, sketchybar: &Sketchybar) -> Result<()> {
101101
#[tokio::main]
102102
async fn main() -> Result<()> {
103103
let cli = cli::parse_args();
104+
println!("SketchyBar Stats Provider is running.");
104105

105106
if cli.verbose {
106-
println!("SketchyBar Stats Provider is running.");
107107
println!("Stats Provider CLI: {:?}", cli);
108108
}
109109
let sketchybar =

0 commit comments

Comments
 (0)