aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2016-01-04 12:52:04 -0600
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-08-28 10:17:14 +0200
commitd2e654d53f5dbe89cce2fe08a7e6dbcae4a6d835 (patch)
tree98f9b6eac61428b71828f2f0d82081bc680a8671 /tests
parentf829a7e9bc11614bf75dff270f161bff71c8ae4d (diff)
downloadayatana-indicator-power-d2e654d53f5dbe89cce2fe08a7e6dbcae4a6d835.tar.gz
ayatana-indicator-power-d2e654d53f5dbe89cce2fe08a7e6dbcae4a6d835.tar.bz2
ayatana-indicator-power-d2e654d53f5dbe89cce2fe08a7e6dbcae4a6d835.zip
don't disable the warning sound when AccountServices is completely unavailable
Diffstat (limited to 'tests')
-rw-r--r--tests/glib-fixture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/glib-fixture.h b/tests/glib-fixture.h
index 09c37a3..9494df2 100644
--- a/tests/glib-fixture.h
+++ b/tests/glib-fixture.h
@@ -52,7 +52,7 @@ class GlibFixture : public ::testing::Test
if (expected_log[level] != n)
for (size_t i=0; i<n; ++i)
- g_print("%lu %s\n", (n+1), v[i].c_str());
+ g_print("%d %s\n", int(n+1), v[i].c_str());
}
expected_log.clear();