Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

Commit

Permalink
refactor: Changed logging category to yio.plugin.dock
Browse files Browse the repository at this point in the history
  • Loading branch information
zehnm committed Oct 22, 2020
1 parent b279ece commit dd5e712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#include "yio-interface/entities/entityinterface.h"
#include "yio-interface/entities/remoteinterface.h"

DockPlugin::DockPlugin() : Plugin("dock", NO_WORKER_THREAD) {}
DockPlugin::DockPlugin() : Plugin("yio.plugin.dock", NO_WORKER_THREAD) {}

Integration *DockPlugin::createIntegration(const QVariantMap &config, EntitiesInterface *entities,
NotificationsInterface *notifications, YioAPIInterface *api,
Expand Down

0 comments on commit dd5e712

Please sign in to comment.