summaryrefslogtreecommitdiff
path: root/apt-private
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2021-04-29 10:42:59 +0200
committerJulian Andres Klode <julian.klode@canonical.com>2021-04-29 10:42:59 +0200
commitb60cda7992d316123b036a4a0eb5f472d21e9cdd (patch)
treee4f69fdd5479c0ef3990582c6d20502c195604ec /apt-private
parentc61d7915ee844569b798273bf268afd83bb97c46 (diff)
Temporarily Revert "2.3-only: Warn that the 0.1 protocol is deprecated"
This reverts commit 64127478630b676838735b509fec5cdfa36874c8.
Diffstat (limited to 'apt-private')
-rw-r--r--apt-private/private-json-hooks.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/apt-private/private-json-hooks.cc b/apt-private/private-json-hooks.cc
index acb9a3bf0..957140525 100644
--- a/apt-private/private-json-hooks.cc
+++ b/apt-private/private-json-hooks.cc
@@ -474,7 +474,6 @@ bool RunJsonHook(std::string const &option, std::string const &method, const cha
if (strstr(line, "\"0.1\""))
{
- _error->Warning("Hook %s uses deprecated 0.1 protocol", Opts->Value.c_str());
hookVersion = 0x010;
}
else if (strstr(line, "\"0.2\""))