Skip to content

Commit 5f4350d

Browse files
author
Andrew Hall
committed
Warn instead of debug
1 parent 2865240 commit 5f4350d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lsptoolshost/roslynLanguageServer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ export class RoslynLanguageServer {
797797
if (this.isRunning()) {
798798
this.sendNotification<RazorDynamicFileChangedParams>('razor/dynamicFileInfoChanged', notification)
799799
} else {
800-
_channel.debug('Tried to send razor/dynamicFileInfoChanged while server is not running');
800+
_channel.warn('Tried to send razor/dynamicFileInfoChanged while server is not running');
801801
}
802802
}
803803
);

0 commit comments

Comments
 (0)