Skip to content

Commit 10a9f7a

Browse files
committed
Cleanup
1 parent 98fbe7b commit 10a9f7a

10 files changed

Lines changed: 124 additions & 124 deletions

File tree

sources/plugins/FreeMobileSMS/FreeMobileSMS.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ void CFreeMobileSms::doWork(boost::shared_ptr<yApi::IYPluginApi> api)
3838
api->declareKeyword(m_deviceName, keyword);
3939

4040
// the main loop
41-
YADOMS_LOG(information) << "CFreeMobileSms is running..." ;
41+
YADOMS_LOG(information) << "CFreeMobileSms is running" ;
4242
api->setPluginState(yApi::historization::EPluginState::kRunning);
4343
while (1)
4444
{

sources/plugins/IPX800/IPX800.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ void CIPX800::doWork(boost::shared_ptr<yApi::IYPluginApi> api)
5858
m_refreshTimer->stop();
5959

6060
api->setPluginState(yApi::historization::EPluginState::kRunning);
61-
YADOMS_LOG(information) << "IPX800 plugin is running..." ;
61+
YADOMS_LOG(information) << "IPX800 plugin is running" ;
6262
}
6363
catch (...)
6464
{

sources/plugins/Linky/Linky.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ void CLinky::doWork(boost::shared_ptr<yApi::IYPluginApi> api)
7171
boost::posix_time::seconds(0));
7272

7373
// the main loop
74-
YADOMS_LOG(information) << "Linky plugin is running..." ;
74+
YADOMS_LOG(information) << "Linky plugin is running" ;
7575

7676
while (true)
7777
{

sources/plugins/MailSender/MailSender.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ void CMailSender::doWork(boost::shared_ptr<yApi::IYPluginApi> api)
3939
shared::event::CEventTimer::kOneShot);
4040

4141
// the main loop
42-
YADOMS_LOG(information) << "MailSender plugin is running...";
42+
YADOMS_LOG(information) << "MailSender plugin is running";
4343
api->setPluginState(yApi::historization::EPluginState::kRunning);
4444

4545
while (true)

sources/plugins/OrangeBusiness/OrangeBusiness.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ void COrangeBusiness::doWork(boost::shared_ptr<yApi::IYPluginApi> api)
6262
YADOMS_LOG(trace) << "State Ready : no device registered";
6363
}
6464

65-
YADOMS_LOG(information) << "Orange Business plugin is running..." ;
65+
YADOMS_LOG(information) << "Orange Business plugin is running" ;
6666
}
6767
catch (...)
6868
{

sources/plugins/RfxLanXpl/RfxLanXpl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ void CRfxLanXpl::doWork(boost::shared_ptr<yApi::IYPluginApi> api)
6969
}
7070

7171
// the main loop
72-
YADOMS_LOG(information) << "RfxLanXpl plugin is running..." ;
72+
YADOMS_LOG(information) << "RfxLanXpl plugin is running" ;
7373
while (1)
7474
{
7575
// Wait for an event

sources/plugins/Sigfox/Sigfox.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ void CSigfox::doWork(boost::shared_ptr<yApi::IYPluginApi> api)
4949

5050
try {
5151
api->setPluginState(yApi::historization::EPluginState::kRunning);
52-
YADOMS_LOG(information) << "Sigfox plugin is running..." ;
52+
YADOMS_LOG(information) << "Sigfox plugin is running" ;
5353
}
5454
catch (...)
5555
{

sources/plugins/SystemInformation/SystemInformation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ void CSystemInformation::doWork(boost::shared_ptr<yApi::IYPluginApi> api)
5151
api->getEventHandler().createTimer(kEvtTimerRefreshDiskAndMemory, shared::event::CEventTimer::kPeriodic, boost::posix_time::seconds(300));
5252

5353
// the main loop
54-
YADOMS_LOG(information) << "SystemInformation plugin is running..." ;
54+
YADOMS_LOG(information) << "SystemInformation plugin is running" ;
5555

5656
while (true)
5757
{

sources/plugins/TeleInfo/TeleInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ void CTeleInfo::doWork(boost::shared_ptr<yApi::IYPluginApi> api)
7373
boost::posix_time::seconds(1));
7474

7575
// the main loop
76-
YADOMS_LOG(information) << "Teleinfo plugin is running..." ;
76+
YADOMS_LOG(information) << "Teleinfo plugin is running" ;
7777

7878
while (true)
7979
{

sources/server/update/UpdateManager.h

Lines changed: 115 additions & 115 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)