From a9515634b61b307440b8996685b4f0785be1cb48 Mon Sep 17 00:00:00 2001 From: Roy Sindre Norangshol Date: Tue, 15 Apr 2014 10:43:05 +0200 Subject: Planning to suffix distros with gw, to keep uniform dns names --- planning/planning.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'planning/planning.cpp') diff --git a/planning/planning.cpp b/planning/planning.cpp index 0803f92..740e84e 100644 --- a/planning/planning.cpp +++ b/planning/planning.cpp @@ -303,7 +303,7 @@ void Planner::logprintf(const char *fmt, ...) string distro_name(unsigned distro) { char buf[16]; - sprintf(buf, "distro%d", distro + 1); + sprintf(buf, "distro%dgw", distro + 1); return buf; } -- cgit v1.2.3