aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-07-15 23:17:00 +0200
committerdec05eba <dec05eba@protonmail.com>2024-07-15 23:17:00 +0200
commit73146d8957d6dc746d9c41cdd4f71c00d1b7000e (patch)
treeb725372bf8ccb3e7c1a4d5dc934ef9c9074034bc /src/main.cpp
parenta3b773a963adc57dfb0b22ca02ae7b5e30bdb716 (diff)
Include virtual capture target in portal capture
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index acb4c83..2fdfc36 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -2201,7 +2201,7 @@ int main(int argc, char **argv) {
const char *window_str = strdup(args["-w"].value());
if(!restore_portal_session && strcmp(window_str, "portal") == 0) {
- fprintf(stderr, "gsr info: '-w portal' option used without '-restore-portal-session yes'. The previous screencast session will be ignored\n");
+ fprintf(stderr, "gsr info: option '-w portal' was used without '-restore-portal-session yes'. The previous screencast session will be ignored\n");
}
bool wayland = false;