* [gentoo-catalyst] [PATCH 3/7] base/stagebase.py: Correctly log the correct function name for unpack_snapshot()
@ 2017-03-10 19:23 Brian Dolbec
0 siblings, 0 replies; only message in thread
From: Brian Dolbec @ 2017-03-10 19:23 UTC (permalink / raw
To: gentoo-catalyst
From d235c9e45cc72f68a7cf85a5526ef1c27233b234 Mon Sep 17 00:00:00 2001
From: Brian Dolbec <dolsen@gentoo.org>
Date: Thu, 9 Mar 2017 00:58:10 -0800
Subject: [PATCH 3/7] base/stagebase.py: Correctly log the correct function
name for unpack_snapshot()
To: gentoo-catalyst@lists.gentoo.org
---
catalyst/base/stagebase.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py
index 35556dae..677e19dc 100644
--- a/catalyst/base/stagebase.py
+++ b/catalyst/base/stagebase.py
@@ -841,7 +841,7 @@ class StageBase(TargetBase, ClearBase, GenBase):
target_portdir = normpath(self.settings["chroot_path"] +
self.settings["repo_basedir"] + "/" + self.settings["repo_name"])
log.info('%s', self.settings['chroot_path'])
- log.info('unpack(), target_portdir = %s', target_portdir)
+ log.info('unpack_snapshot(), target_portdir = %s', target_portdir)
if "snapcache" in self.settings["options"]:
snapshot_cache_hash_path = pjoin(
self.settings['snapshot_cache_path'], 'catalyst-hash')
--
2.12.0
--
Brian Dolbec <dolsen>
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2017-03-10 19:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-10 19:23 [gentoo-catalyst] [PATCH 3/7] base/stagebase.py: Correctly log the correct function name for unpack_snapshot() Brian Dolbec
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox