Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7a231df

Browse files
kvapkelvich
authored andcommitted
Show node name instead of internal representation if it failed to stop during tap tests.
1 parent3846761 commit7a231df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎Cluster.pm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,8 @@ sub stop
205205
if (!stopnode($node,$mode)) {
206206
$ok = 0;
207207
if (!stopnode($node,'immediate')) {
208-
BAIL_OUT("failed to stop$node immediately");
208+
my$name =$node->name;
209+
BAIL_OUT("failed to stop$name immediately");
209210
}
210211
}
211212
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp