diff --git a/TGServerService/Repository.cs b/TGServerService/Repository.cs index 7267e5de8c..9bfafeeebf 100644 --- a/TGServerService/Repository.cs +++ b/TGServerService/Repository.cs @@ -1054,7 +1054,7 @@ namespace TGServerService CredentialsProvider = GenerateGitCredentials, }; Repo.Network.Push(Repo.Network.Remotes[SSHPushRemote], Repo.Head.CanonicalName, options); - TGServerService.WriteError("Repo pushed up to commit: " + Repo.Head.Tip.Sha, TGServerService.EventID.RepoPush); + TGServerService.WriteInfo("Repo pushed up to commit: " + Repo.Head.Tip.Sha, TGServerService.EventID.RepoPush); return null; } catch (Exception e)