Skip to content

Commit 018a4b9

Browse files
MB-47647 Replace ~p with ~0p in incompatible_cluster_version_error
Change-Id: I9f057ee81678e8de255089b68f351e6c91127d2d Reviewed-on: http://review.couchbase.org/c/ns_server/+/158760 Tested-by: <[email protected]> Tested-by: Build Bot <[email protected]> Well-Formed: Build Bot <[email protected]> Reviewed-by: Meni Hillel <[email protected]>
1 parent be7dd0e commit 018a4b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ns_error_messages.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ incompatible_cluster_version_error(MyVersion, OtherVersion, OtherNode) ->
138138
[1,8]
139139
end,
140140
list_to_binary(io_lib:format("This node cannot add another node (~p)"
141-
" because of cluster version compatibility mismatch. Cluster works in ~p mode and node only supports ~p",
141+
" because of cluster version compatibility mismatch. Cluster works in ~0p mode and node only supports ~0p",
142142
[OtherNode, RequiredVersion, OtherVersionExpand]));
143143
false ->
144144
list_to_binary(io_lib:format("This node cannot add another node (~p)"

0 commit comments

Comments
 (0)