~martwn/percona-toolkit/test-for-1289516

« back to all changes in this revision

Viewing changes to lib/Percona/WebAPI/Client.pm

  • Committer: Daniel Nichter
  • Date: 2013-10-30 17:11:18 UTC
  • mfrom: (589.2.46 release-2.2.5)
  • Revision ID: daniel@percona.com-20131030171118-7pv7xp5aeinr04go
Merge release-2.2.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
152
152
      # dynamic attribs anyway, so no use having a real Links obj.
153
153
      $resource_objects = $resource->{links};
154
154
   }
 
155
   elsif ( exists $resource->{pong} ) {
 
156
      PTDEBUG && _d("Ping pong!");
 
157
   }
155
158
   else {
156
159
      warn "Did not get X-Percona-Resource-Type or links from $link\n";
157
160
   }