From 0ea28afe299255fbd200d876fa432f7ff721d01c Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@arkins.net> Date: Tue, 11 Sep 2018 14:57:26 +0200 Subject: [PATCH] logs: fix closed pr message --- lib/platform/github/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/platform/github/index.js b/lib/platform/github/index.js index b51bd0b9ad..a040e6681d 100644 --- a/lib/platform/github/index.js +++ b/lib/platform/github/index.js @@ -1033,7 +1033,7 @@ async function getPr(prNo) { } const closedPr = (await getClosedPrs())[prNo]; if (closedPr) { - logger.debug('Returning graphql closed PR list'); + logger.debug('Returning from graphql closed PR list'); return closedPr; } logger.info( -- GitLab