Skip to content

Commit 9cd16e8

Browse files
committed
Fixed issue text
1 parent 704967a commit 9cd16e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/kqp/workload_service/actors/scheme_actors.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ class TDatabaseFetcherActor : public TSchemeActorBase<TDatabaseFetcherActor> {
484484
return;
485485
case EStatus::Ok:
486486
if (!IsSubDomainPath(result)) {
487-
Reply(Ydb::StatusIds::UNSUPPORTED, TStringBuilder() << "Invalid database path " << Database << ", expected domain or subdomain path");
487+
Reply(Ydb::StatusIds::UNSUPPORTED, TStringBuilder() << "Invalid database path " << Database << ", please check path correctness");
488488
return;
489489
}
490490
if (result.DomainInfo) {

0 commit comments

Comments
 (0)