diff options
| author | jsorg71 <jay.sorg@gmail.com> | 2016-01-24 22:34:41 -0800 |
|---|---|---|
| committer | jsorg71 <jay.sorg@gmail.com> | 2016-01-24 22:34:41 -0800 |
| commit | c6f27eb96ca97acc899b907f6bafb5f68be1a318 (patch) | |
| tree | aabf42403dbacaa5805c3b301a57c08876a515b3 /sesman/chansrv/pulse/module-xrdp-sink.c | |
| parent | 327f1ea9fcb0f5307faf99dd6b05e27f92dd42f3 (diff) | |
| parent | 964e860072cd4871481481d5b3ffa96abb1bac35 (diff) | |
| download | xrdp-proprietary-c6f27eb96ca97acc899b907f6bafb5f68be1a318.tar.gz xrdp-proprietary-c6f27eb96ca97acc899b907f6bafb5f68be1a318.zip | |
Merge pull request #304 from proski/devel
Minor fixes
Diffstat (limited to 'sesman/chansrv/pulse/module-xrdp-sink.c')
| -rw-r--r-- | sesman/chansrv/pulse/module-xrdp-sink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sesman/chansrv/pulse/module-xrdp-sink.c b/sesman/chansrv/pulse/module-xrdp-sink.c index 8606f412..5d6256d4 100644 --- a/sesman/chansrv/pulse/module-xrdp-sink.c +++ b/sesman/chansrv/pulse/module-xrdp-sink.c @@ -309,7 +309,7 @@ static int data_send(struct userdata *u, pa_memchunk *chunk) { s.sun_family = AF_UNIX; bytes = sizeof(s.sun_path) - 1; snprintf(s.sun_path, bytes, CHANSRV_PORT_STR, u->display_num); - pa_log_debug("trying to conenct to %s", s.sun_path); + pa_log_debug("trying to connect to %s", s.sun_path); if (connect(fd, (struct sockaddr *)&s, sizeof(struct sockaddr_un)) != 0) { u->failed_connect_time = pa_rtclock_now(); |
