Skip to content

Commit 2b50ac5

Browse files
logging: improve output debug message (#60)
1 parent 7207170 commit 2b50ac5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Hyprsunset.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ int CHyprsunset::init() {
149149
return 0;
150150
}
151151

152-
Debug::log(NONE, "┣ Found {} outputs, applying CTMs", state.outputs.size());
152+
Debug::log(NONE, "┣ Found {} output(s), applying CTMs", state.outputs.size());
153153

154154
reload();
155155

0 commit comments

Comments
 (0)