Skip to content

Commit

Permalink
fix(LibraryInterfaceSelector): invalid log message
Browse files Browse the repository at this point in the history
  • Loading branch information
Khaaz committed May 19, 2020
1 parent 0155f0f commit bbae6bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Libraries/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class LibrarySelector extends ASelector {
}
}

this.log('NOTICE', `Library Interface ready. [TYPE: ${this.library.type}]`);
axon.log('NOTICE', `Library Interface ready. [TYPE: ${libraryInterface.type}]`);
return libraryInterface;
}
}
Expand Down

0 comments on commit bbae6bc

Please sign in to comment.