Skip to content

Commit

Permalink
added unknown default value for description
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhaninan committed Feb 26, 2018
1 parent 5b57757 commit e3b957d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stacer-core/Tools/service_tool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ QString ServiceTool::getServiceDescription(const QString &serviceName)
{
QStringList args = { "cat", serviceName };

QString result("");
QString result("Unknown");

try {
QStringList content = CommandUtil::exec("systemctl", args)
Expand Down

0 comments on commit e3b957d

Please sign in to comment.