Fix query for bug 1303802

Was missing the AND so this was hitting on everything.

Related-Bug: #1303802

Change-Id: I017978e8d4705004e4abfd1f4059e4c96e34e724
This commit is contained in:
Matt Riedemann 2014-04-12 20:38:13 -07:00
parent ccc5844da9
commit e3cc49d4ac
1 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
query: >-
message: "qemu-img: error"
tags:screen-n-cpu.txt
message: "qemu-img: error" AND
tags:screen-n-cpu.txt