Skip to content

Commit 4bb99e3

Browse files
Now rsc log produces more informative warnings regarding on what host it thinks RStudio is running and the current machine
1 parent 0a36ef9 commit 4bb99e3

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

NEWS.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
## Version (development version)
22

3-
* ...
3+
### Miscellaneous
4+
5+
* Now `rsc log` produces more informative warnings regarding on what
6+
host it thinks RStudio is running and the current machine.
47

58

69
## Version 0.16.1 [2024-08-20]

bin/rsc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
### rsc config --full
6464
### rsc log
6565
###
66-
### Version: 0.16.1-9000
66+
### Version: 0.16.1-9001
6767
### Copyright: Henrik Bengtsson (2022-2024) and Harry Putnam (2022)
6868
### License: ISC
6969

@@ -521,7 +521,7 @@ function warn_if_check_pid_needs_ssh {
521521
local hostname
522522
hostname=${1:-?}
523523
if ${ssh} && [[ "${hostname}" != "$(hostname)" ]]; then
524-
warn "Needs to SSH to ${hostname} to check whether process ${pid} is still alive. If you don't have SSH key authentication set up, you will be asked to enter your account password below."
524+
warn "Needs to SSH to ${hostname} to check whether process ${pid} is still alive. If you don't have SSH key authentication set up, you will be asked to enter your account password below. The current machine is $(hostname)"
525525
fi
526526
}
527527

0 commit comments

Comments
 (0)