Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into ps-next
Browse files Browse the repository at this point in the history
  • Loading branch information
joelrbrandt committed Apr 16, 2014
2 parents 29a0243 + 2935cbf commit 8869ddb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@
return (connectToPhotoshop().then(
function () {
// Setup Headlights logging
self._logHeadlights("Auto startup: " + packageConfig.name + ":" + packageConfig.version);
self._logHeadlights("Startup");
self._logHeadlights("Version: " + packageConfig.version);
self.onPhotoshopEvent("generatorMenuChanged", function (event) {
var menu = event.generatorMenuChanged;
if (menu && menu.name) {
Expand Down Expand Up @@ -1149,7 +1150,8 @@
config: config
};
_logger.debug("Plugin loaded: %s", metadata.name);
self._logHeadlights("Plugin loaded: " + metadata.name + ":" + metadata.version);
self._logHeadlights("Plugin loaded: " + metadata.name);
self._logHeadlights("Plugin version: " + metadata.name + ":" + metadata.version);
} catch (loadError) {
throw new Error("Could not load plugin at path '" + directory + "': " + loadError.message);
}
Expand Down

0 comments on commit 8869ddb

Please sign in to comment.