Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3a8d53e

Browse files
committed
More logging
1 parent ee88fe5 commit 3a8d53e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lib/server-adobe-github/github.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ function getRepos(callback) {
205205
//----------------------------------------------------------
206206
// Init
207207

208+
console.log("Start initialisation of the GitHub Model...");
208209
refreshRepos(function() {
209210
console.log("GitHub Model initialized");
210211
});

server.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ server.opts('.*', function(req, res) { res.send(200); });
2828

2929
server.listen(config.port, function() {
3030
console.log('%s listening at %s', server.name, server.url);
31+
console.log('User github: '+config.user);
3132
});
3233

3334
// Expose the server

0 commit comments

Comments
 (0)